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.
This commit is contained in:
Jason Zimdars
2025-07-29 13:59:31 -05:00
parent c47ea67045
commit e2f464a55a
-5
View File
@@ -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;
}
}
}
}