Better RTL support on "create room" screen

This commit is contained in:
N-Pex 2023-06-05 09:42:15 +02:00
parent 26f693ca85
commit 3a72230997
3 changed files with 14 additions and 10 deletions

View file

@ -15,7 +15,7 @@
<v-col>
<div class="room-name no-upper">{{ $t("login.title") }}</div>
</v-col>
<v-col class="text-right">
<v-col class="text-end">
<v-btn id="btn-close" text v-if="showCloseButton" @click.stop="$navigation.pop">
<v-icon>close</v-icon>
</v-btn>