mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 982215 - bookmarks toolbar shrinks when removing the bookmarks toolbar items, r=mikedeboer
--HG-- extra : rebase_source : 12b99d5e02b76f6fbe08c0efe7ec470b54aef1e9
This commit is contained in:
parent
893190ba16
commit
789c6639b5
@ -142,6 +142,8 @@ toolbarseparator {
|
||||
|
||||
#PersonalToolbar {
|
||||
padding: 0 4px 4px;
|
||||
/* 4px padding ^ plus 19px personal-bookmarks (see below) */
|
||||
min-height: 23px;
|
||||
}
|
||||
|
||||
#navigator-toolbox > toolbar:not(#TabsToolbar):-moz-lwtheme {
|
||||
@ -157,7 +159,7 @@ toolbarseparator {
|
||||
/* ----- BOOKMARK TOOLBAR ----- */
|
||||
|
||||
#personal-bookmarks {
|
||||
min-height: 17px; /* 16px button height + 1px margin-bottom */
|
||||
min-height: 19px; /* 16px button height + 2px padding + 1px margin-bottom */
|
||||
}
|
||||
|
||||
toolbarbutton.chevron {
|
||||
|
Loading…
Reference in New Issue
Block a user