delete room pop up ui fixed

This commit is contained in:
10G Meow 2022-03-14 15:02:06 +00:00 committed by N Pex
parent cebdc732bf
commit 0736b71b15
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
v-model="showDialog" v-model="showDialog"
v-show="room" v-show="room"
class="ma-0 pa-0" class="ma-0 pa-0"
:width="$vuetify.breakpoint.smAndUp ? '688px' : '80%'" :width="$vuetify.breakpoint.smAndUp ? '688px' : '95%'"
> >
<div class="dialog-content text-center"> <div class="dialog-content text-center">
<template v-if="roomJoinRule == 'public'"> <template v-if="roomJoinRule == 'public'">

View file

@ -2,13 +2,13 @@
<v-dialog <v-dialog
v-model="showDialog" v-model="showDialog"
v-show="room" class="ma-0 pa-0" v-show="room" class="ma-0 pa-0"
:width="$vuetify.breakpoint.smAndUp ? '940px' : '95%'" :width="$vuetify.breakpoint.smAndUp ? '688px' : '95%'"
> >
<div v-if="timeout == -1" class="dialog-content text-center"> <div v-if="timeout == -1" class="dialog-content text-center">
<template> <template>
<v-img contain height="28" src="@/assets/icons/trash_black.svg" /> <v-img contain height="28" src="@/assets/icons/trash_black.svg" />
<h2 class="dialog-title">{{ $t("purge_room.title") }}</h2> <h2 class="dialog-title">{{ $t("purge_room.title") }}</h2>
<div class="dialog-text text-center"> <div class="dialog-text">
{{ $t("purge_room.info") }} {{ $t("purge_room.info") }}
</div> </div>
<div class="dialog-text"> <div class="dialog-text">
@ -81,7 +81,7 @@
</div> </div>
<!-- Purging --> <!-- Purging -->
<div v-if="isPurging" class="dialog-content text-center"> <div v-if="isPurging" class="dialog-content">
<h2 class="dialog-title">{{ $t("purge_room.deleting") }}</h2> <h2 class="dialog-title">{{ $t("purge_room.deleting") }}</h2>
<div class="dialog-text"> <div class="dialog-text">
{{ status }} {{ status }}