mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Use a static width for the auth dialog
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<v-dialog
|
||||
v-model="dialogOpen"
|
||||
max-width="768"
|
||||
:width="768"
|
||||
v-if="!$store.getters['auth/isCurrentlyAuthenticated']"
|
||||
>
|
||||
<template v-slot:activator="{ on, attrs }">
|
||||
|
||||
Reference in New Issue
Block a user