refactor(ui): minor ui improvements
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
<template>
|
||||
<SmartModal v-if="show" full-width @close="$emit('hide-modal')">
|
||||
<SmartModal
|
||||
v-if="show"
|
||||
max-width="sm:max-w-md"
|
||||
full-width
|
||||
@close="$emit('hide-modal')"
|
||||
>
|
||||
<template #body>
|
||||
<input
|
||||
id="command"
|
||||
|
||||
Reference in New Issue
Block a user