mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Fix topbar collapse on small screens (#5562)
* Fix top bar collapsing on small screens * Fix wide button array overflowing the button bar
This commit is contained in:
@@ -265,7 +265,7 @@ h1, legend,
|
||||
}
|
||||
|
||||
#buttonbar a {
|
||||
float: left;
|
||||
float: right;
|
||||
text-decoration: none;
|
||||
width: 34px;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user