mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 05:57:13 -04:00
parent
0985438df5
commit
f258d8d517
1 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue