fix(ui): fix request list UI behavior when season list is too long (#1106)

* fix(ui): fix request list UI behavior when season list is too long

* fix: add default variants to Tailwind scale
This commit is contained in:
TheCatLady
2021-03-06 20:40:47 -05:00
committed by GitHub
parent 9d0b52a242
commit 85076919c6
4 changed files with 24 additions and 21 deletions

View File

@@ -55,11 +55,11 @@ ul.cardList > li {
}
img.avatar-sm {
@apply w-5 mr-1 pr-0.5 rounded-full;
@apply w-5 h-5 mr-1.5 rounded-full transition duration-300 scale-100 transform-gpu group-hover:scale-105;
}
.card-field {
@apply flex items-center my-0.5 sm:my-1 text-sm;
@apply flex items-center py-0.5 sm:py-1 text-sm;
}
.card-field-name {