Bug 1453294: Reduce devtools min-width when docked to side. r=jdescottes

MozReview-Commit-ID: 19NWuivvY1k

--HG--
extra : rebase_source : bb66443ba9f35c04dd58a28d4b6100067fc1a585
This commit is contained in:
Daisuke Akatsuka 2018-04-23 14:39:20 +09:00
parent ef0592fd09
commit 9f38b4533c
2 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,6 @@ const TOOLTIP_WIDTH = 150;
const TOOLTIP_HEIGHT = 30;
add_task(async function() {
// Force the toolbox to be 500px wide (min width is 465px);
await pushPref("devtools.toolbox.sidebar.width", TOOLBOX_WIDTH);
let [,, doc] = await createHost("side", TEST_URI);

View File

@ -6,7 +6,7 @@
@import url("resource://devtools/client/themes/commandline-browser.css");
.devtools-toolbox-side-iframe {
min-width: 465px;
min-width: 250px;
}
/* Eyedropper Widget */