mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fine tune click-to-load visual
This commit is contained in:
parent
03596439ca
commit
376ef4645f
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ body {
|
|||
box-sizing: border-box;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-evenly;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
|
@ -45,4 +44,5 @@ body {
|
|||
|
||||
#clickToLoad {
|
||||
cursor: default;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue