Skip to content

Commit

Permalink
Add min-height property so devmode banner shows properly
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmacwhite committed Sep 3, 2018
1 parent 4106d47 commit 7ba29b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/resources/css/cp.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/resources/sass/cp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ body { overflow-x: hidden; }

#global-sidebar nav { @include flex-grow(1); -ms-flex-preferred-size: auto; }

#global-sidebar #devmode { width: 100%; height: 4px; background: url(../images/dev-mode.svg) repeat-x 15px 0; cursor: help; }
#global-sidebar #devmode { width: 100%; height: 4px; min-height: 4px; background: url(../images/dev-mode.svg) repeat-x 15px 0; cursor: help; }

#global-sidebar a { color: hsl($hue, 5%, 85%);
@include transition(color linear 100ms);
Expand Down

0 comments on commit 7ba29b3

Please sign in to comment.