mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 21:47:10 -04:00
open card details always in the center of the screen
This commit is contained in:
parent
de3467a6d5
commit
e69a9f17b8
1 changed files with 8 additions and 0 deletions
|
@ -248,6 +248,14 @@
|
|||
padding-top: 10px;
|
||||
}
|
||||
@media screen and (min-width: 801px) {
|
||||
.card-details {
|
||||
top: 97px;
|
||||
left: calc(50% - (600px / 2));
|
||||
width: 600px;
|
||||
bottom: 0;
|
||||
position: fixed;
|
||||
resize: both;
|
||||
}
|
||||
.card-details-maximized {
|
||||
top: 97px;
|
||||
left: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue