mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Fix ModernDark Card Alignment
This commit is contained in:
parent
48bc176bdf
commit
5fee0b05e0
1 changed files with 1 additions and 1 deletions
|
|
@ -1920,7 +1920,7 @@
|
|||
@media screen and (min-width: 801px) {
|
||||
.board-color-moderndark .card-details {
|
||||
position: fixed;
|
||||
top: 97px;
|
||||
top: 30px;
|
||||
left: calc(50% - 384px);
|
||||
width: 768px;
|
||||
max-height: calc(100% - 60px);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue