From d858fc8105cfe6333671426fe0e43302bceace92 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sat, 11 Jan 2025 13:33:59 -0500 Subject: Remove padding around the app-bar logo button, to stop safari from laying it out overlapping with the main area --- ui/styles/app-bar.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/styles/app-bar.css b/ui/styles/app-bar.css index 238e248..dcc447a 100644 --- a/ui/styles/app-bar.css +++ b/ui/styles/app-bar.css @@ -16,6 +16,11 @@ flex-basis: 60px; } +.app-bar .lead button { + padding: 0; + border: 0; +} + .app-bar .trail { flex-basis: 60px; line-height: var(--app-bar-height); -- cgit v1.2.3