mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Merge pull request #5455 from walster001/main
Fix ModernDark Cards not showing correctly.
This commit is contained in:
commit
2b04cef50b
1 changed files with 2 additions and 2 deletions
|
|
@ -1919,8 +1919,8 @@
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 801px) {
|
@media screen and (min-width: 801px) {
|
||||||
.board-color-moderndark .card-details {
|
.board-color-moderndark .card-details {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 30px;
|
top: 82px;
|
||||||
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