fix: submit disappear small screen
This commit is contained in:
parent
93b184d40d
commit
566b9e4d35
1 changed files with 2 additions and 2 deletions
|
|
@ -522,7 +522,7 @@ watch(
|
|||
<div class="gray-segment"></div>
|
||||
</div>
|
||||
|
||||
<header class="row q-pa-md items-center">
|
||||
<header class="row q-pa-md items-center full-width">
|
||||
<div style="flex: 1" class="row items-center">
|
||||
<q-img src="/icons/favicon-512x512.png" width="4rem" />
|
||||
<span class="column text-h6 text-bold q-ml-md">
|
||||
|
|
@ -747,7 +747,7 @@ watch(
|
|||
</div>
|
||||
</article>
|
||||
|
||||
<footer class="surface-1 q-pa-md">
|
||||
<footer class="surface-1 q-pa-md full-width">
|
||||
<div class="row full-width justify-between">
|
||||
<q-btn dense outline color="primary" class="rounded" padding="2px 8px">
|
||||
<q-icon name="mdi-play-box-outline" size="xs" class="q-mr-xs" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue