fix(shian): fix weird header title height change on expanding menu

This commit is contained in:
Damillora 2021-04-16 20:58:36 +07:00
parent 3359eb9575
commit 424f7234bf
1 changed files with 1 additions and 5 deletions

View File

@ -49,7 +49,6 @@
display: flex;
flex-direction: column;
@include transition;
height: 100%;
&__top {
display: flex;
@ -88,12 +87,9 @@
height: 100%;
position: relative;
cursor: pointer;
padding: 0.5rem;
@include screen(md) {
@include py(1rem);
}
text-align: center;
white-space: nowrap;
@include transition;
&:hover {
background-color: $theme-blue;