mirror of https://github.com/xwiki-labs/cryptpad
Fix narrow sidebar in teams
This commit is contained in:
parent
331054870f
commit
3d2538c3ca
|
@ -170,10 +170,14 @@
|
|||
flex-flow: column;
|
||||
overflow: auto;
|
||||
#cp-sidebarlayout-leftside {
|
||||
width: 100%;
|
||||
width: 100% !important; // Override "narrow" mode
|
||||
padding-bottom: 20px;
|
||||
.cp-sidebarlayout-categories {
|
||||
.cp-sidebarlayout-category {
|
||||
margin: 0;
|
||||
span.cp-sidebar-layout-category-name {
|
||||
display: inline !important; // override "narrow" mode
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue