Extend bar for mobile (#1544)

* extend bar for mobile

* smaller padding

* center buttons

* Added rounded style

* Added icons, looks better

* service worker

* Changed icon

* Fixed show if

---------

Co-authored-by: ben <ben@arc.wales>
This commit is contained in:
callebtc
2023-05-11 00:12:48 +01:00
committed by GitHub
co-authored by ben
parent 662f792d4f
commit 4ec16b56bf
3 changed files with 20 additions and 12 deletions
+6 -2
View File
@@ -46,9 +46,13 @@
{% raw %}{{ $t('voidwallet_active') }}{% endraw %}
</q-badge>
{%endif%}
<q-badge color="yellow" text-color="black" class="q-mr-md">
<q-badge
v-show="$q.screen.gt.sm"
color="yellow"
text-color="black"
class="q-mr-md"
>
<span
v-show="$q.screen.gt.sm"
v-text='$t("use_with_caution", { name: "{{ SITE_TITLE }}" })'
></span>
</q-badge>