mirror of https://github.com/gorhill/uBlock.git
Fix typo in CSS
This commit is contained in:
parent
0910071bbd
commit
0d80a1132d
|
@ -28,8 +28,7 @@ body {
|
|||
}
|
||||
|
||||
#rootContainer {
|
||||
max-width: min(100vw, 600
|
||||
px);
|
||||
width: min(100vw, 640px);
|
||||
}
|
||||
#rootContainer > * {
|
||||
margin: 0 0 var(--default-gap-xxlarge) 0;
|
||||
|
|
Loading…
Reference in New Issue