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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user