Skip to content

Commit

Permalink
Merge pull request #9 from nightscout/dev
Browse files Browse the repository at this point in the history
Fix topbar collapse on small screens (nightscout#5562)
  • Loading branch information
Muppet1313 committed Mar 9, 2020
2 parents 249573a + 4cdd00d commit c7b8923
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/drawer.css
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ h1, legend,
}

#buttonbar a {
float: left;
float: right;
text-decoration: none;
width: 34px;
}
Expand Down
16 changes: 16 additions & 0 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,22 @@ a, a:visited, a:link {
#container #toolbar {
float: right;
height: auto;
background: none;
border-bottom: none;
margin: 0px;
}

#buttonbar {
margin-right: 0px;
padding-right: 15px;
margin-top: 15px;
height: 44px;
opacity: 0.75;
vertical-align: middle;
position: absolute;
right: 0;
z-index: 500;
width: 400px;
}

#toolbar .customTitle {
Expand Down

0 comments on commit c7b8923

Please sign in to comment.