Skip to content

Commit

Permalink
Fixed Card image cover should be margin-top:6px since hamburger menu …
Browse files Browse the repository at this point in the history
…and due date at the top.

Thanks to e-gaulue and xet7 !

Fixes #5331
  • Loading branch information
xet7 committed Mar 6, 2024
1 parent 7c15692 commit 747bc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/cards/minicard.css
Expand Up @@ -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 {
Expand Down

0 comments on commit 747bc4c

Please sign in to comment.