From 073dfd2ae1f328f26f0e60400419bcef6e368b72 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Thu, 10 Jul 2025 11:34:08 -0500 Subject: [PATCH] Tweak the hat padding --- app/assets/stylesheets/trays.css | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/app/assets/stylesheets/trays.css b/app/assets/stylesheets/trays.css index e234c493f..abd9b6d78 100644 --- a/app/assets/stylesheets/trays.css +++ b/app/assets/stylesheets/trays.css @@ -194,12 +194,14 @@ background-color: var(--tray-hat-bg); border-block-end: 1px solid var(--color-ink-lighter); border-radius: var(--tray-radius) var(--tray-radius) 0 0; + block-size: var(--tray-item-height); display: flex; opacity: 0; + padding: 0.5ch; .btn { --btn-background: var(--tray-hat-bg); - --btn-border-radius: 0; + --btn-border-radius: 0.5ch; --btn-padding: 1.25ch 0.5ch 1ch; block-size: 100%; @@ -219,14 +221,6 @@ inline-size: 128px; } - .tray__notification-settings { - --btn-border-radius: var(--tray-radius) 0 0 0; - } - - .tray__clear-notifications { - --btn-border-radius: 0 var(--tray-radius) 0 0; - } - .tray__dialog[open] & { opacity: 1; }