author | Julian Descottes <jdescottes@mozilla.com> |
Thu, 02 May 2019 09:35:59 +0000 | |
changeset 472305 | 8d9deb012066d4613e502c33a3a5d4678aadf528 |
parent 472304 | 64764e9099c829a0fff5ea37d3b012c4835e1503 |
child 472306 | a0cad7a2f14350c12ad6dba4ea1c50b2958dc442 |
push id | 35954 |
push user | rgurzau@mozilla.com |
push date | Fri, 03 May 2019 04:14:31 +0000 |
treeherder | mozilla-central@d7b02bc7cf44 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | Ola |
bugs | 1548461 |
milestone | 68.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
devtools/client/aboutdebugging-new/src/components/App.css | file | annotate | diff | comparison | revisions |
--- a/devtools/client/aboutdebugging-new/src/components/App.css +++ b/devtools/client/aboutdebugging-new/src/components/App.css @@ -12,17 +12,17 @@ * +-------------+-------------------------------+ * * Some of the values (font sizes, widths, etc.) are the same as * about:preferences, which uses the shared common.css */ .app { /* from common */ - --sidebar-width: 260px; + --sidebar-width: 280px; --app-top-padding: 70px; --app-bottom-padding: 40px; --app-left-padding: 34px; box-sizing: border-box; width: 100vw; height: 100vh; overflow: hidden; /* we don't want the sidebar to scroll, only the main content */