Merge pull request #5649 from NadavTasher/bugfix/fix-list-header-width-in-cleandark-theme

Fix list header too wide in cleanlight and cleandark themes
This commit is contained in:
Lauri Ojansivu 2024-12-31 22:56:34 +02:00 committed by GitHub
commit 826876ff11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3268,6 +3268,11 @@ THEME - Clean Light
background: none;
}
.board-color-cleanlight .list .list-header div:has(.list-header-name),
.board-color-cleandark .list .list-header div:has(.list-header-name) {
display: contents;
}
.board-color-cleanlight .list .list-header-name {
color: rgba(10, 10, 20, 1);
}