1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-03 17:49:39 +02:00

Fine tune click-to-load visual

This commit is contained in:
Raymond Hill 2020-10-11 07:45:16 -04:00
parent 03596439ca
commit 376ef4645f
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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;
}