Correction of minor syntax errors

This commit is contained in:
xlebpushek 2022-07-14 06:28:01 -07:00 committed by GitHub
parent 49d60ad42f
commit ba04f8672e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ findbar:-moz-window-inactive {
}
#titlebar {
min-height: 0 !important
min-height: 0 !important;
max-height: 36px !important;
}
@ -90,7 +90,7 @@ findbar:-moz-window-inactive {
/* bookmark-item */
toolbarbutton.bookmark-item {
padding: 0 4px; !important;
padding: 0 4px !important;
margin: 0 2px !important;
border-radius: 3px !important;
max-height: 20px !important;