Fix the search clear button displacing the hidden threads count.
Conflicts: src/General/css/style.css
This commit is contained in:
parent
08afb03250
commit
723e8cc3e7
@ -485,7 +485,10 @@ hr ~ div.center:not(.ad-cnt) {
|
|||||||
}
|
}
|
||||||
#index-search-clear {
|
#index-search-clear {
|
||||||
color: gray;
|
color: gray;
|
||||||
margin-left: -1em;
|
display: inline-block;
|
||||||
|
position: relative;
|
||||||
|
left: -1em;
|
||||||
|
width: 0;
|
||||||
}
|
}
|
||||||
<% if (type === 'crx') { %>
|
<% if (type === 'crx') { %>
|
||||||
/* ``::-webkit-*'' selectors break selector lists on Firefox. */
|
/* ``::-webkit-*'' selectors break selector lists on Firefox. */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user