room settings trash icon

This commit is contained in:
10G Meow 2023-03-01 08:49:20 +05:30 committed by n8fr8
parent 4f951a7765
commit f41abd66ba
2 changed files with 15 additions and 8 deletions

View file

@ -122,6 +122,12 @@ body { position:absolute; top:0; bottom:0; right:0; left:0; }
min-height: $chat-standard-padding !important; min-height: $chat-standard-padding !important;
margin-top: $chat-standard-padding-xs; margin-top: $chat-standard-padding-xs;
margin-bottom: $chat-standard-padding-xs; margin-bottom: $chat-standard-padding-xs;
.v-icon {
height: 14px;
width: 14px;
margin-right: 8px;
}
} }
.v-dialog { .v-dialog {

View file

@ -254,11 +254,12 @@
id="btn-purge-room" id="btn-purge-room"
v-if="userCanPurgeRoom" v-if="userCanPurgeRoom"
color="red" color="red"
depressed fab
class="filled-button" class="filled-button"
@click.stop="showPurgeConfirmation = true" @click.stop="showPurgeConfirmation = true"
>{{ $t("room_info.purge") }}</v-btn
> >
<v-icon light>$vuetify.icons.ic_moderator-delete</v-icon> {{ $t("room_info.purge") }}
</v-btn>
</div> </div>
<div class="build-version"> <div class="build-version">