more style changes

This commit is contained in:
Bruno Windels 2023-01-24 23:17:20 +01:00
parent 98416f8c35
commit 47d9773fc8

View File

@ -449,16 +449,26 @@ only loads when the top comes into view*/
} }
.CallTileView_members > * { .CallTileView_members > * {
margin-left: -16px; margin-right: -16px;
} }
.CallTileView_members { .CallTileView_members {
display: flex; display: flex;
} }
.CallTileView_title {
font-weight: bold;
}
.CallTileView_subtitle {
font-size: 12px;
}
.CallTileView_memberCount::before { .CallTileView_memberCount::before {
content: url('./icons/room-members.svg?primary=text-color'); content: url('./icons/room-members.svg?primary=text-color');
background-repeat: no-repeat; width: 16px;
background-size: 24px; height: 16px;
width: 24px; display: inline-flex;
height: 24px; vertical-align: bottom;
margin-right: 4px;
} }