fix icon size on team sidebar

This commit is contained in:
daria 2025-09-19 14:12:57 +03:00
parent a2bb35b9f9
commit 08d29e80f0
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701

View File

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