Fix ModernDark Card Alignment

This commit is contained in:
walster001 2024-06-27 18:39:48 +09:30 committed by GitHub
parent 48bc176bdf
commit 5fee0b05e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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