Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
Bug 1520259 - Add space for devtools fixed sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
k88hudson committed Jan 15, 2019
1 parent 915ef9d commit b161dfd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content-src/components/ASRouterAdmin/ASRouterAdmin.scss
Expand Up @@ -2,14 +2,16 @@
.asrouter-admin {
$border-color: var(--newtab-border-secondary-color);
$monospace: 'SF Mono', 'Monaco', 'Inconsolata', 'Fira Mono', 'Droid Sans Mono', 'Source Code Pro', monospace;
$sidebar-width: 240px;
margin: 0 auto;
font-size: 14px;

padding-left: $sidebar-width;
display: flex;

.sidebar {
inset-inline-start: 0;
position: fixed;
width: 240px;
width: $sidebar-width;
padding: 30px 20px;

ul {
Expand Down

0 comments on commit b161dfd

Please sign in to comment.