mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1062745 - make sure the project button doesn't cover the control buttons. r=jryans
This commit is contained in:
parent
4011a8e540
commit
07900bb6b2
@ -67,8 +67,7 @@ window.busy-determined #action-busy-undetermined {
|
||||
|
||||
#project-panel-button {
|
||||
-moz-box-pack: start;
|
||||
width: 150px;
|
||||
max-width: 150px;
|
||||
max-width: calc(50vw - 100px);
|
||||
}
|
||||
|
||||
#project-panel-button > .panel-button-image {
|
||||
@ -88,8 +87,7 @@ window.busy-determined #action-busy-undetermined {
|
||||
}
|
||||
|
||||
#project-panel-button > .panel-button-label {
|
||||
width: 150px;
|
||||
max-width: 150px;
|
||||
-moz-box-flex: 1;
|
||||
}
|
||||
|
||||
/* Panel buttons - runtime */
|
||||
|
Loading…
Reference in New Issue
Block a user