Merge pull request #5455 from walster001/main

Fix ModernDark Cards not showing correctly.
pull/5460/head
Lauri Ojansivu 11 months ago committed by GitHub
commit 2b04cef50b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      client/components/boards/boardColors.css

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

Loading…
Cancel
Save