Room details: add dialog to member list

This commit is contained in:
10G Meow 2024-03-03 21:08:06 +02:00 committed by N-Pex
parent eec0df7c97
commit cebda1686e
13 changed files with 341 additions and 202 deletions

View file

@ -922,8 +922,9 @@ body {
}
.room-info {
background-color: #e8e8e8;
background-color: #FDFBF9;
height: 100%;
.chat-header {
background-color: transparent;
border: none;
@ -978,6 +979,7 @@ body {
.v-card {
background-color: white;
border-radius: 20px;
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05) !important;
}
.member .user-name {
@ -994,6 +996,14 @@ body {
margin-left: 38px;
}
.member.v-list-item {
height: 56px;
&::before {
opacity: 0;
}
}
.show-all {
color: black;
font-size: 14 * $chat-text-size;
@ -1009,6 +1019,22 @@ body {
}
}
.member-action-dialog {
.user-name {
font-size: 18px;
font-weight: 700;
}
.v-list-item__title {
color:#074EE8;
font-size: 16px !important;
font-weight: 700 !important;
}
.v-list-item__subtitle {
color: rgba(0, 0, 0, 0.8);
font-size: 14px !important;
}
}
.with-right-label {
display: flex;
flex-wrap: nowrap;