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);
|
border-top: 1px solid var(--surface-2);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
line-height: normal;
|
|
||||||
margin: 0.5em 0;
|
margin: 0.5em 0;
|
||||||
padding-top: 0.5em;
|
padding-top: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
@ -119,6 +118,7 @@ body.needReload #refresh {
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
color: var(--ink-2);
|
color: var(--ink-2);
|
||||||
line-height: calc(var(--font-size) * 1.8);
|
line-height: calc(var(--font-size) * 1.8);
|
||||||
|
margin-inline-start: 0.5em;
|
||||||
}
|
}
|
||||||
.toolMenu > .tool {
|
.toolMenu > .tool {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue