mirror of
https://github.com/nextcloud/passman.git
synced 2025-10-08 20:46:12 +08:00
fixed overlapping homebutton and burgermenu in mobile view
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
parent
67055706ef
commit
25683cad0f
1 changed files with 11 additions and 0 deletions
|
@ -59,6 +59,11 @@
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//moves the burgermenu down to level it with passman-controls
|
||||||
|
#app-navigation-toggle{
|
||||||
|
padding-top: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
#passman-controls {
|
#passman-controls {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -76,6 +81,12 @@
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
||||||
height: 44px !important;
|
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){
|
@media only screen and (max-width: 768px){
|
||||||
#passman-controls{
|
#passman-controls{
|
||||||
|
|
Loading…
Add table
Reference in a new issue