fixed overlapping homebutton and burgermenu in mobile view

Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
fnuesse 2018-11-07 09:36:50 +01:00
parent 67055706ef
commit 25683cad0f
No known key found for this signature in database
GPG key ID: 2089A3431243E819

View file

@ -59,6 +59,11 @@
margin-top: 5px;
}
//moves the burgermenu down to level it with passman-controls
#app-navigation-toggle{
padding-top: 50px;
}
#passman-controls {
box-sizing: border-box;
position: fixed;
@ -76,6 +81,12 @@
user-select: none;
height: 44px !important;
.breadcrumb{
//Move Homeicon to the right to prevent overlap with burgermenu
@media only screen and (max-width: 769px) {
padding-left: 15px;
}
}
}
@media only screen and (max-width: 768px){
#passman-controls{