fixed issue 5887

This commit is contained in:
seve12 2025-10-07 22:23:19 +03:00
parent ab4e2d1ed6
commit b32ad86ce7

View file

@ -3322,7 +3322,13 @@ THEME - Clean Light
.board-color-cleanlight .list .list-header .list-header-menu .js-collapse,
.board-color-cleandark .list .list-header .list-header-menu .js-collapse {
display: none;
/* Make collapse button visible in Clean Light / Clean Dark themes.
Previously this was hidden which caused the missing Collapse button
when using these themes. Use inline-block so it lines up with other
header controls. */
display: inline-block;
vertical-align: middle;
color: inherit;
}
.board-color-cleanlight .list-header-add,