Fix "YouAre" component

This commit is contained in:
N-Pex 2025-05-08 14:35:17 +02:00
parent 110394a40a
commit e4d2f00f76
4 changed files with 17 additions and 22 deletions

View file

@ -37,7 +37,7 @@ body {
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25) !important;
border-radius: 18px;
padding-bottom: 10px;
.v-item-group > div:not(:last-of-type):after {
.v-list > .v-list-item:not(:last-of-type):before {
/* divider */
position: absolute;
content: " ";
@ -905,6 +905,7 @@ body {
.room-list {
.room-list-room {
color: white; // Used as selected item background
min-height: 58px;
.v-avatar:not(.round) {
// Make avatars rounded squares!
border-radius: 8px;