mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 05:35:31 +00:00
Bug 1123784 - Fix fullscreen toolbox performances in WebIDE. r=jryans
--HG-- extra : rebase_source : d9d1d4bfea84360ce25815fd50faf006ae36992c
This commit is contained in:
parent
9fc7941275
commit
50753ff246
@ -295,8 +295,10 @@ panel > .panel-arrowcontainer > .panel-arrowcontent {
|
||||
/* Toolbox */
|
||||
|
||||
#notificationbox[toolboxfullscreen] > .devtools-horizontal-splitter,
|
||||
#notificationbox[toolboxfullscreen] > #deck {
|
||||
display: none;
|
||||
#notificationbox[toolboxfullscreen] > #deck,
|
||||
#notificationbox[toolboxfullscreen] > #deck > iframe {
|
||||
min-height: 0;
|
||||
max-height: 0;
|
||||
}
|
||||
|
||||
#notificationbox[toolboxfullscreen] > #toolbox {
|
||||
|
Loading…
Reference in New Issue
Block a user