🐛 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:
Peter Zimon 2020-02-03 20:18:51 +01:00
parent a3c71b8ba8
commit 1756180025

View File

@ -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)