mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Minor fine tuning of CSS
This commit is contained in:
parent
9931576022
commit
e47f3c48aa
1 changed files with 2 additions and 1 deletions
|
|
@ -25,12 +25,13 @@ body {
|
|||
box-sizing: border-box;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 0 2px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.logo {
|
||||
left: 0;
|
||||
padding: 2px;
|
||||
padding: 2px 1px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue