Merge pull request #648 from xlebpushek/patch-1

Correction of minor syntax errors
This commit is contained in:
Vince 2022-07-16 00:47:05 +08:00 committed by GitHub
commit aa1efe3563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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