Try to fix card open position.

Thanks to xet7 !

Fixes #4572
This commit is contained in:
Lauri Ojansivu 2023-04-07 00:15:49 +03:00
parent 0985438df5
commit f258d8d517

View file

@ -84,7 +84,7 @@
overflow-x: hidden;
background: #f7f7f7;
border-radius: bottom 3px;
z-index: 20;
z-index: 30;
animation: flexGrowIn 0.1s;
box-shadow: 0 0 7px 0 #b3b3b3;
transition: flex-basis 0.1s;
@ -245,6 +245,13 @@
padding-top: 10px;
}
@media screen and (min-width: 801px) {
.card-details {
top: 0px;
left: 400px;
width: 47%;
position: absolute;
resize: both;
}
.card-details-maximized {
padding: 0;
flex-shrink: 0;