mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix misaligned icon in logger
This commit is contained in:
parent
efe2e0c78a
commit
5dcf6ecd41
2 changed files with 4 additions and 1 deletions
|
|
@ -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 a new issue