diff --git a/app/assets/stylesheets/trays.css b/app/assets/stylesheets/trays.css index f36927d1c..11c902cf5 100644 --- a/app/assets/stylesheets/trays.css +++ b/app/assets/stylesheets/trays.css @@ -119,6 +119,11 @@ /* On desktop… */ @media (min-width: 800px) { + .tray__dialog:not([open]):has(.tray__item:not(.tray__item--hat)) ~ & { + block-size: var(--tray-item-height); + translate: 0 -1.85rem; + } + /* Hide the UI when collapsed, but only if there are items */ .tray__dialog:not([open]):has(.tray__item--notification) ~ & { opacity: 0;