1
0

Фронт правки

1. Улучшено отображение на iphone и android в PWA
This commit is contained in:
2026-01-17 09:25:10 +07:00
parent c46fd3952e
commit aca5eb84fd
7 changed files with 40 additions and 22 deletions

View File

@@ -353,10 +353,8 @@ onUnmounted(() => {
border-radius: 0;
touch-action: pan-y pinch-zoom;
overscroll-behavior: contain;
/* Градиент как на основной странице */
background: var(--bg-gradient);
background-size: 100vw 100vh;
background-position: 0 calc(-1 * var(--safe-area-top));
/* Сплошной цвет вместо градиента */
background: var(--bg-body);
}
.panel.mobile .resize-handle {
@@ -376,6 +374,8 @@ onUnmounted(() => {
.panel.mobile .panel-footer {
padding: 16px;
/* Safe area для iPhone home indicator */
padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
}
.panel.mobile .header-content :deep(h2) {