소스 검색

Fixed Card image cover should be margin-top:6px since hamburger menu and due date at the top.

Thanks to e-gaulue and xet7 !

Fixes #5331
Lauri Ojansivu 1 년 전
부모
커밋
747bc4c088
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client/components/cards/minicard.css

+ 1 - 1
client/components/cards/minicard.css

@@ -99,7 +99,7 @@
   background-size: contain;
   height: 145px;
   user-select: none;
-  margin: -6px -8px 6px -8px;
+  margin: 6px -8px 6px -8px;
   border-radius: top 2px;
 }
 .minicard .minicard-labels {