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:
Sulka Haro
2020-03-09 08:19:08 +02:00
committed by GitHub
parent 9611373924
commit 4cdd00db40
2 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -265,7 +265,7 @@ h1, legend,
}
#buttonbar a {
float: left;
float: right;
text-decoration: none;
width: 34px;
}
+16
View File
@@ -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 {