From e2f464a55a898b11590790dd50e59e71eaacd0dd Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 29 Jul 2025 13:59:31 -0500 Subject: [PATCH] Allow hat to be displayed on mobile when there are no notifications @andyra I'm not sure what the original intent was but it seems useful to show the hat when toggling the notifications dialog on mobile, just like it does on desktop. It's the easiest way to get to old notifications and settings. All this seemed to do was prevent that. --- app/assets/stylesheets/trays.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/assets/stylesheets/trays.css b/app/assets/stylesheets/trays.css index 7fbc10bb2..b04d58d0c 100644 --- a/app/assets/stylesheets/trays.css +++ b/app/assets/stylesheets/trays.css @@ -450,11 +450,6 @@ border-inline-start: 1px dashed var(--color-ink-light); translate: var(--tray-margin) 0; } - - /* …and hide the dialog if there aren't items to show */ - .tray__dialog:not(:has(.tray__item:not(.tray__hat))) { - display: none; - } } } }