Fix group UI styles

This commit is contained in:
SillyLossy
2023-04-09 01:26:48 +03:00
parent 34994ebff5
commit 314c68dfc9

View File

@@ -697,6 +697,7 @@ input[type="file"] {
text-overflow: ellipsis;
overflow: hidden;
text-align: left;
white-space: nowrap;
}
.selected-right-tab {
@@ -2242,7 +2243,7 @@ input[type="range"]::-webkit-slider-thumb {
#rm_group_members,
#rm_group_add_members {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
margin-bottom: 0.5rem;
width: 100%;
flex: 1;
overflow: auto;