summaryrefslogtreecommitdiff
path: root/ui/styles/app-bar.css
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2025-01-11 13:33:59 -0500
committerOwen Jacobson <owen@grimoire.ca>2025-01-11 13:33:59 -0500
commitd858fc8105cfe6333671426fe0e43302bceace92 (patch)
tree511f67d8c756521dd4a2f77e27c807b725eb35f1 /ui/styles/app-bar.css
parent25c066d7bd59a921e04504656b3c94ef89f36419 (diff)
Remove padding around the app-bar logo button, to stop safari from laying it out overlapping with the main area
Diffstat (limited to 'ui/styles/app-bar.css')
-rw-r--r--ui/styles/app-bar.css5
1 files changed, 5 insertions, 0 deletions
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);