fix margin behaviour

This commit is contained in:
daria 2025-09-23 14:12:36 +03:00
parent 3c77863249
commit 435a6f1bba
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701

View File

@ -1078,6 +1078,11 @@
border-color: @cryptpad_text_col;
color: @cryptpad_text_col;
}
.cp-toolbar-userlist-button {
svg {
margin: 0;
}
}
&.cp-toolbar-button-active {
background-color: @cp_toolbar-bg;
border-color: @cp_toolbar-fg;
@ -1085,11 +1090,6 @@
&:hover {
background-color: fade(@cryptpad_text_col, 20%);
}
.cp-toolbar-userlist-button {
svg {
margin: 0;
}
}
}
}