4.17.1: Улучшение дизайна модального окна желания
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m9s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m9s
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
font-size: 1.5rem;
|
||||
font-weight: 600;
|
||||
color: #2c3e50;
|
||||
margin-bottom: 0.5rem;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.wishlist-detail-link {
|
||||
@@ -140,21 +140,21 @@
|
||||
}
|
||||
|
||||
.wishlist-detail-conditions {
|
||||
margin-bottom: 0.75rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.wishlist-detail-section-title {
|
||||
font-size: 1.1rem;
|
||||
font-weight: 600;
|
||||
color: #2c3e50;
|
||||
margin: 0 0 0.5rem 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.wishlist-detail-condition {
|
||||
padding: 0.75rem;
|
||||
padding: 0.375rem 0.5rem;
|
||||
font-size: 0.95rem;
|
||||
border-radius: 8px;
|
||||
margin-bottom: 0.5rem;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.wishlist-detail-condition.met {
|
||||
|
||||
@@ -499,7 +499,6 @@ function WishlistDetail({ wishlistId, onNavigate, onRefresh, boardId, onClose, p
|
||||
<>
|
||||
{wishlistItem.linked_task && wishlistItem.linked_task.user_id === user?.id ? (
|
||||
<div className="wishlist-detail-linked-task">
|
||||
<div className="linked-task-label-header">Связанная задача:</div>
|
||||
<div style={{ position: 'relative', display: 'inline-block', width: '100%' }}>
|
||||
<div
|
||||
className="task-item"
|
||||
|
||||
Reference in New Issue
Block a user