Send Coins
This commit is contained in:
@@ -222,6 +222,7 @@ export default defineComponent({
|
||||
t,
|
||||
username,
|
||||
userStore,
|
||||
$q,
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<q-drawer v-model="open" side="right" elevated class="text-black"
|
||||
:overlay="true"
|
||||
:breakpoint="1200"
|
||||
:width="$q.screen.lt.sm ? 370 : 450"
|
||||
:width="$q.screen.lt.sm ? tools.getwidth($q) : 450"
|
||||
>
|
||||
<q-bar class="bg-primary text-white">
|
||||
{{ $t('notifs.notifs') }}
|
||||
|
||||
Reference in New Issue
Block a user