1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-03 17:49:39 +02:00

Fix misaligned icon in logger

This commit is contained in:
Raymond Hill 2022-03-31 10:59:31 -04:00
parent efe2e0c78a
commit 5dcf6ecd41
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 4 additions and 1 deletions

View File

@ -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) {
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 {
font-size: 110%;
opacity: 0.5;

View File

@ -152,7 +152,7 @@
</div>
<div id="filterFinderListEntry">
<span><!--
<span class="listEntry"><!--
--><a href="asset-viewer.html?url=" target="_blank"></a>&nbsp;<!--
--><a href="#" class="fa-icon" target="_blank">home</a><!--
--></span>