mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-01 16:33:06 +01:00
Fix misaligned icon in logger
This commit is contained in:
parent
efe2e0c78a
commit
5dcf6ecd41
@ -649,6 +649,9 @@ body[dir="rtl"] #netFilteringDialog > .panes > .details > div > span:nth-of-type
|
|||||||
#netFilteringDialog > .panes > .details > div > span:nth-of-type(2):not(.prose) {
|
#netFilteringDialog > .panes > .details > div > span:nth-of-type(2):not(.prose) {
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
#netFilteringDialog > .panes > .details > div > span:nth-of-type(2) .listEntry {
|
||||||
|
display: inline-flex;
|
||||||
|
}
|
||||||
#netFilteringDialog > .panes > .details > div > span:nth-of-type(2) .fa-icon {
|
#netFilteringDialog > .panes > .details > div > span:nth-of-type(2) .fa-icon {
|
||||||
font-size: 110%;
|
font-size: 110%;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
@ -152,7 +152,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="filterFinderListEntry">
|
<div id="filterFinderListEntry">
|
||||||
<span><!--
|
<span class="listEntry"><!--
|
||||||
--><a href="asset-viewer.html?url=" target="_blank"></a> <!--
|
--><a href="asset-viewer.html?url=" target="_blank"></a> <!--
|
||||||
--><a href="#" class="fa-icon" target="_blank">home</a><!--
|
--><a href="#" class="fa-icon" target="_blank">home</a><!--
|
||||||
--></span>
|
--></span>
|
||||||
|
Loading…
Reference in New Issue
Block a user