mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 932719 - Zoom controls percentage label is too narrow when on the toolbar on OS X. r=Gijs
This commit is contained in:
parent
4954ef4ed5
commit
fb2d417ff4
@ -1405,6 +1405,7 @@ toolbarbutton.bookmark-item > menupopup {
|
||||
}
|
||||
|
||||
#zoom-controls[cui-areatype="toolbar"] > #zoom-reset-button {
|
||||
min-width: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
@ -413,7 +413,11 @@ toolbarbutton.panel-multiview-anchor {
|
||||
}
|
||||
|
||||
#zoom-controls[cui-areatype="toolbar"] > #zoom-reset-button > .toolbarbutton-text {
|
||||
min-width: 4em;
|
||||
%ifdef XP_MACOSX
|
||||
min-width: 6ch;
|
||||
%else
|
||||
min-width: 7ch;
|
||||
%endif
|
||||
}
|
||||
|
||||
#zoom-controls@inAnyPanel@ > #zoom-reset-button {
|
||||
|
Loading…
Reference in New Issue
Block a user