소스 검색

Fix ModernDark Card Alignment

Fix position from absolute to fixed, so it moves with the viewport when horizonally scrolling. 

Fix card top border due to changing position, adjust top border px to 82px
walster001 11 달 전
부모
커밋
c002cf759e
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: 30px;
+    top: 82px;
     left: calc(50% - 384px);
     left: calc(50% - 384px);
     width: 768px;
     width: 768px;
     max-height: calc(100% - 60px);
     max-height: calc(100% - 60px);