mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Minor CSS change
This commit is contained in:
parent
d94107284b
commit
5c57415d7a
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,6 @@ body.needReload #refresh {
|
|||
border-top: 1px solid var(--surface-2);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
line-height: normal;
|
||||
margin: 0.5em 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
|
@ -119,6 +118,7 @@ body.needReload #refresh {
|
|||
font-size: 90%;
|
||||
color: var(--ink-2);
|
||||
line-height: calc(var(--font-size) * 1.8);
|
||||
margin-inline-start: 0.5em;
|
||||
}
|
||||
.toolMenu > .tool {
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Reference in a new issue