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:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "play-life-web",
|
"name": "play-life-web",
|
||||||
"version": "4.17.0",
|
"version": "4.17.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@@ -120,7 +120,7 @@
|
|||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #2c3e50;
|
color: #2c3e50;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wishlist-detail-link {
|
.wishlist-detail-link {
|
||||||
@@ -140,21 +140,21 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wishlist-detail-conditions {
|
.wishlist-detail-conditions {
|
||||||
margin-bottom: 0.75rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wishlist-detail-section-title {
|
.wishlist-detail-section-title {
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #2c3e50;
|
color: #2c3e50;
|
||||||
margin: 0 0 0.5rem 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wishlist-detail-condition {
|
.wishlist-detail-condition {
|
||||||
padding: 0.75rem;
|
padding: 0.375rem 0.5rem;
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wishlist-detail-condition.met {
|
.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 ? (
|
{wishlistItem.linked_task && wishlistItem.linked_task.user_id === user?.id ? (
|
||||||
<div className="wishlist-detail-linked-task">
|
<div className="wishlist-detail-linked-task">
|
||||||
<div className="linked-task-label-header">Связанная задача:</div>
|
|
||||||
<div style={{ position: 'relative', display: 'inline-block', width: '100%' }}>
|
<div style={{ position: 'relative', display: 'inline-block', width: '100%' }}>
|
||||||
<div
|
<div
|
||||||
className="task-item"
|
className="task-item"
|
||||||
|
|||||||
Reference in New Issue
Block a user