5.11.1: Стили TaskList и карточек Wishlist
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m3s

This commit is contained in:
poignatov
2026-03-04 18:22:58 +03:00
parent 92453def91
commit 6caed05c9f
5 changed files with 24 additions and 14 deletions

View File

@@ -184,7 +184,15 @@
transform: translateY(-2px);
}
.wishlist-card.faded {
.wishlist-card-content {
position: relative;
display: flex;
flex-direction: column;
flex: 1;
min-height: 0;
}
.wishlist-card.faded .wishlist-card-content {
opacity: 0.45;
}
@@ -195,7 +203,7 @@
border-radius: 50%;
width: 28px;
height: 28px;
z-index: 10;
z-index: 20;
padding: 0;
display: flex;
align-items: center;