From db9564b5e385c9d7c55d4b806022e9ba89aa2ec8 Mon Sep 17 00:00:00 2001 From: "Jan C. Borchardt" <925062+jancborchardt@users.noreply.github.com> Date: Wed, 2 Aug 2023 15:17:14 +0200 Subject: [PATCH] Fix navigation button positioning Signed-off-by: Jan C. Borchardt <925062+jancborchardt@users.noreply.github.com> --- css/app-navigation.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/app-navigation.scss b/css/app-navigation.scss index 94ba63714e..c48ca69f83 100644 --- a/css/app-navigation.scss +++ b/css/app-navigation.scss @@ -35,7 +35,7 @@ // for the rounded corner buttons on the sides, see further below border-radius: 0; font-weight: normal; - margin: 3px -1px 3px 0; + margin: 0 0 var(--default-grid-baseline) 0; flex-grow: 1; } @@ -95,6 +95,11 @@ .new-event-today-view-section { display: flex; + // Fix margins from core + .button { + margin: 0 var(--default-grid-baseline) 0 0; + } + .new-event { flex-grow: 5; text-overflow: ellipsis;