Only remove card padding for editable cards

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-10-13 10:22:55 +02:00
committed by backportbot[bot]
parent 66e386b547
commit 7afe28f2e9
4 changed files with 12 additions and 9 deletions

View File

@@ -121,10 +121,6 @@ export default {
}
}
.card:not(.card__editable) .avatars {
margin-right: 10px;
}
.fade-enter-active, .fade-leave-active {
transition: opacity .125s;
}