mirror of
https://github.com/Damillora/Shian.git
synced 2024-11-22 01:17:32 +00:00
fix(shian): fix weird header title height change on expanding menu
This commit is contained in:
parent
3359eb9575
commit
424f7234bf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user