mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
fix icon size on team sidebar
This commit is contained in:
parent
a2bb35b9f9
commit
08d29e80f0
@ -60,6 +60,10 @@
|
||||
display: flex;
|
||||
max-width: 100%;
|
||||
align-items: center;
|
||||
svg {
|
||||
min-width: @variables_icon_width;
|
||||
min-height: @variables_icon_height;
|
||||
}
|
||||
span.cp-sidebarlayout-category-name {
|
||||
padding-left: 5px;
|
||||
white-space: nowrap;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user