mirror of https://github.com/gorhill/uBlock.git
Fix mozilla warning
This commit is contained in:
parent
10e680c2ef
commit
e39f815a73
|
@ -13,7 +13,7 @@ body {
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
align-self: stretch;
|
align-self: stretch;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
justify-content: stretch
|
justify-content: stretch;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
#themeMood > span {
|
#themeMood > span {
|
||||||
|
|
Loading…
Reference in New Issue