mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 941235 - adjust Australis' search box min-width, r=jaws
--HG-- extra : rebase_source : 3c15682900c7fb6d58a7e2876f38dc5c40adc318
This commit is contained in:
parent
62a83bf2e6
commit
7553b37bd2
@ -700,6 +700,10 @@ menuitem:not([type]):not(.menuitem-tooltip):not(.menuitem-iconic-tooltip) {
|
||||
color: GrayText;
|
||||
}
|
||||
|
||||
#search-container {
|
||||
min-width: calc(54px + 11ch);
|
||||
}
|
||||
|
||||
%include ../shared/identity-block.inc.css
|
||||
|
||||
#page-proxy-favicon {
|
||||
|
@ -1674,6 +1674,10 @@ toolbar .toolbarbutton-1:not([type="menu-button"]),
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
#search-container {
|
||||
min-width: calc(54px + 11ch);
|
||||
}
|
||||
|
||||
%include ../shared/identity-block.inc.css
|
||||
|
||||
#page-proxy-favicon {
|
||||
|
@ -956,6 +956,10 @@ html|*.urlbar-input:-moz-lwtheme::-moz-placeholder,
|
||||
color: GrayText;
|
||||
}
|
||||
|
||||
#search-container {
|
||||
min-width: calc(54px + 11ch);
|
||||
}
|
||||
|
||||
/* identity box */
|
||||
|
||||
#identity-box {
|
||||
|
Loading…
Reference in New Issue
Block a user