mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
fix #2809
This commit is contained in:
parent
f7b07317c7
commit
32e2a1b2c7
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
html {
|
||||
align-items: align-items;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
body {
|
||||
background-color: white;
|
||||
border: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue