I changed an if statement to always show the buttons when disconnected.
This commit is contained in:
committed by
Jonathan Bourdon
parent
098104404c
commit
92908869b3
@@ -61,8 +61,8 @@
|
||||
</div>
|
||||
|
||||
<!-- Buttons -->
|
||||
<div v-if="creator.id === userStore.getCurrentUser().id" class="flex flex-wrap items-center justify-center mt-2 sm:mt-8 md:mt-4 lg:mt-0 lg:ml-auto space-x-2 sm:space-x-4">
|
||||
<button
|
||||
<div class="flex flex-wrap items-center justify-center mt-2 sm:mt-8 md:mt-4 lg:mt-0 lg:ml-auto space-x-2 sm:space-x-4">
|
||||
<button v-if="creator.id === userStore.getCurrentUser().id"
|
||||
class="flex items-center text-white transform transition-transform duration-200 hover:text-gray-300 hover:scale-125"
|
||||
@click="isDialogActive = true">
|
||||
<v-icon style="font-size: 35px; height: 35px; width: 55px;">mdi-text-box-plus-outline</v-icon>
|
||||
|
||||
Reference in New Issue
Block a user