mirror of
https://github.com/Damillora/Shian.git
synced 2024-11-22 09:27: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;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@include transition;
|
@include transition;
|
||||||
height: 100%;
|
|
||||||
|
|
||||||
&__top {
|
&__top {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -88,12 +87,9 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 0.5rem;
|
|
||||||
@include screen(md) {
|
|
||||||
@include py(1rem);
|
|
||||||
}
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
@include transition;
|
@include transition;
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: $theme-blue;
|
background-color: $theme-blue;
|
||||||
|
Loading…
Reference in New Issue
Block a user