mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 20:34:02 +03:00
🐛 Fixed mobile style bug for sidebar views
no refs. - fixed the size of the expand/collapse chevron in sidebar for mobile
This commit is contained in:
parent
a3c71b8ba8
commit
1756180025
@ -615,6 +615,12 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-nav-button-expand svg {
|
||||||
|
width: 9px;
|
||||||
|
height: 9px;
|
||||||
|
margin-bottom: 1px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Mobile Nav Bar (Sits at bottom of screen)
|
/* Mobile Nav Bar (Sits at bottom of screen)
|
||||||
|
Loading…
Reference in New Issue
Block a user