responsive-fixes for asidenav and navbar
This commit is contained in:
parent
0cc36eeef1
commit
31935c0182
@ -4,7 +4,7 @@
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
|
||||
z-index: 1;
|
||||
flex: 0 0 300px;
|
||||
min-height: calc(100% - 80px);
|
||||
min-height: calc(100% - var(--header-height));
|
||||
transition: all .2s ease-out;
|
||||
width: 24%;
|
||||
|
||||
@ -164,7 +164,7 @@
|
||||
width: 50px;
|
||||
flex-basis: 50px;
|
||||
overflow: hidden;
|
||||
min-height: calc(100% - 50px);
|
||||
min-height: calc(100% - var(--header-height-collapsed));
|
||||
|
||||
~ .main__content {
|
||||
padding-left: 50px;
|
||||
|
||||
@ -88,6 +88,10 @@
|
||||
&::before {
|
||||
content: none;
|
||||
}
|
||||
|
||||
&::after {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user