style/zen mode: fix collections not showing up
Some checks are pending
Checks / main (push) Waiting to run

This commit is contained in:
Adorian Doran 2025-11-02 21:12:23 +02:00
parent c141cbcf07
commit e250107202

View File

@ -2045,7 +2045,7 @@ body.zen .title-row .icon-action,
body.zen .promoted-attributes-widget,
body.zen .floating-buttons-children > *:not(.bx-edit-alt),
body.zen .action-button,
body.zen .note-list-widget {
body.zen .note-list-widget:not(.full-height) {
display: none !important;
}