Правка фронта
1. Улучшения мобильной версии 2. Улучшения комментариев фронта 3. Единый лоадер UI
This commit is contained in:
@@ -354,8 +354,9 @@ onUnmounted(() => {
|
||||
.panel.mobile .panel-body {
|
||||
padding: 16px;
|
||||
padding-bottom: calc(16px + var(--safe-area-bottom, 0px));
|
||||
min-height: 0; /* Важно для flex overflow */
|
||||
gap: 16px;
|
||||
min-height: 0;
|
||||
gap: 0; /* Убираем gap — он создаёт пустое место */
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.panel.mobile .panel-footer {
|
||||
|
||||
Reference in New Issue
Block a user