mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix mozilla warning
This commit is contained in:
parent
10e680c2ef
commit
e39f815a73
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ body {
|
|||
align-items: stretch;
|
||||
align-self: stretch;
|
||||
display: inline-flex;
|
||||
justify-content: stretch
|
||||
justify-content: stretch;
|
||||
user-select: none;
|
||||
}
|
||||
#themeMood > span {
|
||||
|
|
|
|||
Loading…
Reference in a new issue