1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-17 18:26:17 +02:00

Sidebar CSS: Don't shrink dots and disclosure icons

This commit is contained in:
Chen-I Lim 2020-11-16 10:43:13 -08:00
parent ba052ac305
commit 9c70ff2ca2

View File

@ -119,6 +119,7 @@
.OptionsIcon, .SubmenuTriangleIcon, .DotIcon {
fill: rgba(var(--sidebar-fg), 0.5);
flex-shrink: 0;
}
.HideSidebarIcon {