From 09d390db02bc96051355cd06ab76ebbf495f2d3d Mon Sep 17 00:00:00 2001 From: marvin-j97 Date: Tue, 3 Jun 2025 20:20:56 +0200 Subject: [PATCH 1/4] fix(MainHeader): button bottom border flicker --- src/ui/layout/main-header.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/ui/layout/main-header.tsx b/src/ui/layout/main-header.tsx index cb69e28785..9e89ae8627 100644 --- a/src/ui/layout/main-header.tsx +++ b/src/ui/layout/main-header.tsx @@ -83,9 +83,9 @@ export function MainHeader(props: NavProps) {
  • Router @@ -106,8 +106,8 @@ export function MainHeader(props: NavProps) {
  • SolidStart @@ -116,8 +116,8 @@ export function MainHeader(props: NavProps) {
  • Meta From 7f453fbbddb9904f96554863d420823fe4be6995 Mon Sep 17 00:00:00 2001 From: marvin-j97 Date: Tue, 3 Jun 2025 20:33:30 +0200 Subject: [PATCH 2/4] style(MainHeader): better button design --- src/ui/layout/main-header.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/ui/layout/main-header.tsx b/src/ui/layout/main-header.tsx index 9e89ae8627..72a8f99dfd 100644 --- a/src/ui/layout/main-header.tsx +++ b/src/ui/layout/main-header.tsx @@ -79,13 +79,13 @@ export function MainHeader(props: NavProps) { -