1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 01:59:38 +02:00

Fix typo in CSS

This commit is contained in:
Raymond Hill 2022-09-10 16:08:05 -04:00
parent 0910071bbd
commit 0d80a1132d
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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;