mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +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) {
|
@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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue