mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Add margin to sidebar buttons on small screens
This commit is contained in:
parent
45ddf309d1
commit
6531d3e763
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user