mirror of https://github.com/gorhill/uBlock.git
Fine tune click-to-load visual
This commit is contained in:
parent
03596439ca
commit
376ef4645f
|
@ -25,7 +25,6 @@ body {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-evenly;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -45,4 +44,5 @@ body {
|
||||||
|
|
||||||
#clickToLoad {
|
#clickToLoad {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue