fix(ui): web5 mobile polish — identity profile cards, visibility card, demo avatars, title alignment #94

Merged
lfg2025 merged 2 commits from identities-mobile-polish into main 2026-07-17 01:13:56 +00:00
Showing only changes of commit 299f7d8f39 - Show all commits

View File

@ -368,8 +368,10 @@ onMounted(() => load())
<template>
<div class="pb-6">
<!-- mb-0 overrides the pill's default mb-4, which pushed it above the
title's centerline in this inline header row. -->
<div class="flex items-center gap-3 mb-6">
<BackButton @click="goBack" />
<BackButton desktop-margin="mb-0" @click="goBack" />
<h1 class="text-lg font-semibold text-white">OpenWrt Gateway</h1>
</div>