From f049e202e408bdd7a9743df41322ac9516b2cf13 Mon Sep 17 00:00:00 2001 From: xds Date: Mon, 27 Oct 2025 17:17:13 +0300 Subject: [PATCH] tg app fix sizes --- src/App.vue | 136 +++++++++++---------- src/assets/theme.css | 3 +- src/components/Toolbar.vue | 4 +- src/components/settings/CategoriesList.vue | 2 +- src/components/settings/SettingsList.vue | 14 +-- 5 files changed, 77 insertions(+), 82 deletions(-) diff --git a/src/App.vue b/src/App.vue index 25c91ef..29029cc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,93 +1,97 @@ - + \ No newline at end of file diff --git a/src/assets/theme.css b/src/assets/theme.css index 41e3723..b92b3dc 100644 --- a/src/assets/theme.css +++ b/src/assets/theme.css @@ -205,4 +205,5 @@ div { span, a, i { color: var(--text-color) !important; padding: 0 !important; -} \ No newline at end of file +} + diff --git a/src/components/Toolbar.vue b/src/components/Toolbar.vue index a484506..6d7662a 100644 --- a/src/components/Toolbar.vue +++ b/src/components/Toolbar.vue @@ -8,7 +8,7 @@ const keyOf = (b: { id?: string; text?: string }) => b.id ?? b.text ?? crypto.ra