Merge branch '197-delete-room-pop-up-fixes' into 'dev'
delete room pop up ui fixed For issue #197 See merge request keanuapp/keanuapp-weblite!62
This commit is contained in:
commit
4e7b151c43
2 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
v-model="showDialog"
|
||||
v-show="room"
|
||||
class="ma-0 pa-0"
|
||||
:width="$vuetify.breakpoint.smAndUp ? '688px' : '80%'"
|
||||
:width="$vuetify.breakpoint.smAndUp ? '688px' : '95%'"
|
||||
>
|
||||
<div class="dialog-content text-center">
|
||||
<template v-if="roomJoinRule == 'public'">
|
||||
|
|
|
|||
|
|
@ -2,13 +2,13 @@
|
|||
<v-dialog
|
||||
v-model="showDialog"
|
||||
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">
|
||||
<template>
|
||||
<v-img contain height="28" src="@/assets/icons/trash_black.svg" />
|
||||
<h2 class="dialog-title">{{ $t("purge_room.title") }}</h2>
|
||||
<div class="dialog-text text-center">
|
||||
<div class="dialog-text">
|
||||
{{ $t("purge_room.info") }}
|
||||
</div>
|
||||
<div class="dialog-text">
|
||||
|
|
@ -81,7 +81,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 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>
|
||||
<div class="dialog-text">
|
||||
{{ status }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue