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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user