Add margin to sidebar buttons on small screens

This commit is contained in:
David Benque 2023-09-27 11:04:12 +01:00
parent 45ddf309d1
commit 6531d3e763

View File

@ -57,8 +57,7 @@
text-overflow: ellipsis;
min-width: 0;
display: none;
@media screen and (max-width: 600px)
{
@media screen and (max-width: @browser_media-medium-screen) {
display: inline;
}
}
@ -154,7 +153,7 @@
padding-bottom: 20px;
.cp-sidebarlayout-categories {
.cp-sidebarlayout-category {
margin: 0;
margin: 0 0 0.5rem 0;
span.cp-sidebar-layout-category-name {
display: inline !important; // override "narrow" mode
}