feat: update passwords tool UI, fix layout issues, and set PWA theme color

This commit is contained in:
2026-02-27 00:31:26 +00:00
parent 7c4f1b20b3
commit c8a009dda1
6 changed files with 196 additions and 40 deletions

View File

@@ -31,7 +31,13 @@ onMounted(() => {
<header class="app-header glass-panel unselectable">
<div class="header-content">
<div class="header-left">
<button class="menu-btn" @click="$emit('toggleSidebar')" aria-label="Toggle Menu" v-ripple>
<button
class="menu-btn"
@click="$emit('toggleSidebar')"
aria-label="Toggle Menu"
title="Toggle Menu"
v-ripple
>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<line x1="3" y1="12" x2="21" y2="12"></line>
<line x1="3" y1="6" x2="21" y2="6"></line>