Merge pull request #238 from nextcloud/fix-drag-empty-stack
Add min-height to card list and merge duplicate rules for .card
This commit is contained in:
@@ -308,6 +308,10 @@ input.input-inline {
|
|||||||
form {
|
form {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card-list {
|
||||||
|
min-height: 40px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
@@ -354,37 +358,6 @@ input.input-inline {
|
|||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.app-popover-menu-utils {
|
|
||||||
margin-left: auto;
|
|
||||||
min-height: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.popovermenu {
|
|
||||||
z-index: 999;
|
|
||||||
opacity: 1;
|
|
||||||
display: block;
|
|
||||||
margin-top: 25px;
|
|
||||||
margin-right: 0px;
|
|
||||||
|
|
||||||
&.hidden {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
|
||||||
display: flex !important;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.card {
|
|
||||||
&:hover {
|
|
||||||
background-color: $color-lightgrey;
|
|
||||||
}
|
|
||||||
.card-assignees {
|
|
||||||
margin: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
display: block;
|
display: block;
|
||||||
@@ -464,6 +437,28 @@ input.input-inline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.app-popover-menu-utils {
|
||||||
|
margin-left: auto;
|
||||||
|
min-height: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popovermenu {
|
||||||
|
z-index: 999;
|
||||||
|
opacity: 1;
|
||||||
|
display: block;
|
||||||
|
margin-top: 25px;
|
||||||
|
margin-right: 0px;
|
||||||
|
|
||||||
|
&.hidden {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
display: flex !important;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.as-sortable-placeholder {
|
.as-sortable-placeholder {
|
||||||
margin: 10px 10px 20px 10px;
|
margin: 10px 10px 20px 10px;
|
||||||
border: 1px dashed $color-darkgrey;
|
border: 1px dashed $color-darkgrey;
|
||||||
|
|||||||
Reference in New Issue
Block a user