From db1ca7e601a24778f9b6e9e052a4cd75d448c141 Mon Sep 17 00:00:00 2001 From: Wim Brand Date: Mon, 19 Oct 2020 22:29:47 +0200 Subject: [PATCH] Fix navigation padding --- res/include/style/layout.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/include/style/layout.css b/res/include/style/layout.css index 56b58b4..58fb489 100644 --- a/res/include/style/layout.css +++ b/res/include/style/layout.css @@ -87,6 +87,10 @@ body{ box-shadow: 2px 2px 8px -3px #000000; box-shadow: 2px 2px 8px -3px var(--shadow_color); } +.button_toggle_navigation:active { + padding: 15px 15px 10px 15px; +} + .page_navigation { position: fixed; backface-visibility: hidden;