4.20.7: Корректировка отступов в модальном окне желания
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m10s

This commit is contained in:
poignatov
2026-02-05 13:03:17 +03:00
parent 59d376b999
commit 22f6807eb2
3 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
4.20.6 4.20.7

View File

@@ -1,6 +1,6 @@
{ {
"name": "play-life-web", "name": "play-life-web",
"version": "4.20.6", "version": "4.20.7",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View File

@@ -90,7 +90,7 @@
} }
.wishlist-detail-modal-content { .wishlist-detail-modal-content {
padding: 0.5rem 1.5rem 1.5rem 1.5rem; padding: 0.75rem 1.5rem 1rem 1.5rem;
overflow-y: auto; overflow-y: auto;
flex: 1; flex: 1;
} }
@@ -147,7 +147,7 @@
font-size: 1.1rem; font-size: 1.1rem;
font-weight: 600; font-weight: 600;
color: #2c3e50; color: #2c3e50;
margin: 0; margin: 0 0 0.75rem 0;
} }
.wishlist-detail-condition { .wishlist-detail-condition {