From 78996b6c6193fd968d9e16ac9de8a2ffa1e80f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 30 Jun 2026 14:51:01 +0200 Subject: [PATCH] Refactor sidebar header styles, center icon titles --- app/components/app-menu/about.gjs | 4 +-- app/components/app-menu/settings.gjs | 4 +-- app/components/places-sidebar.gjs | 37 +++++++++++++------- app/styles/app.css | 52 +++++++++++++++++++++++----- app/templates/lists/index.gjs | 10 ++++-- 5 files changed, 80 insertions(+), 27 deletions(-) diff --git a/app/components/app-menu/about.gjs b/app/components/app-menu/about.gjs index 87d13dd..59b45c9 100644 --- a/app/components/app-menu/about.gjs +++ b/app/components/app-menu/about.gjs @@ -3,11 +3,11 @@ import Icon from '#components/icon';