Merge pull request #5455 from walster001/main

Fix ModernDark Cards not showing correctly.
This commit is contained in:
Lauri Ojansivu 2024-06-27 13:10:33 +03:00 committed by GitHub
commit 2b04cef50b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);