소스 검색

open card details always in the center of the screen

Martin Filser 2 년 전
부모
커밋
e69a9f17b8
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      client/components/cards/cardDetails.css

+ 8 - 0
client/components/cards/cardDetails.css

@@ -248,6 +248,14 @@
   padding-top: 10px;
 }
 @media screen and (min-width: 801px) {
+  .card-details {
+    top: 97px;
+    left: calc(50% - (600px / 2));
+    width: 600px;
+    bottom: 0;
+    position: fixed;
+    resize: both;
+  }
   .card-details-maximized {
     top: 97px;
     left: 0;