Fix ModernDark Card Alignment

Fix position from absolute to fixed, so it moves with the viewport when horizonally scrolling. 

Fix card top border due to changing position, adjust top border px to 82px
This commit is contained in:
walster001 2024-06-27 18:49:01 +09:30 committed by GitHub
parent 5fee0b05e0
commit c002cf759e
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) {
.board-color-moderndark .card-details {
position: fixed;
top: 30px;
top: 82px;
left: calc(50% - 384px);
width: 768px;
max-height: calc(100% - 60px);