浏览代码

Fix list header too wide in cleanlight and cleandark themes

Nadav Tasher 5 月之前
父节点
当前提交
f03744d99b
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      client/components/boards/boardColors.css

+ 5 - 0
client/components/boards/boardColors.css

@@ -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);
 }