浏览代码

Fix ModernDark Card Alignment

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

+ 1 - 1
client/components/boards/boardColors.css

@@ -1920,7 +1920,7 @@
 @media screen and (min-width: 801px) {
 @media screen and (min-width: 801px) {
   .board-color-moderndark .card-details {
   .board-color-moderndark .card-details {
     position: fixed;
     position: fixed;
-    top: 97px;
+    top: 30px;
     left: calc(50% - 384px);
     left: calc(50% - 384px);
     width: 768px;
     width: 768px;
     max-height: calc(100% - 60px);
     max-height: calc(100% - 60px);