Fix Desktop-Layout Welten: Top-Padding + Chips-Breite

@media 768px:
- .world-panel top-padding zurück auf safe-area+58px (Nav ist oben)
- .world-chips-grid max-width:480px zentriert (kein Full-Width Bottom-Bar)
SW by-v1005, APP_VER 1005
This commit is contained in:
rene 2026-05-16 08:56:17 +02:00
parent d6eb2bcf98
commit ad942e81b2
5 changed files with 14 additions and 4 deletions

View file

@ -7943,6 +7943,16 @@ svg.empty-state-icon {
backdrop-filter: none;
-webkit-backdrop-filter: none;
}
/* Desktop: Top-Padding wiederherstellen (Nav ist oben) */
.world-panel {
padding-top: calc(env(safe-area-inset-top, 0px) + 58px);
}
/* Desktop: Chips nicht als Full-Width Bottom-Bar */
.world-chips-grid {
max-width: 480px;
margin-left: auto;
margin-right: auto;
}
}
/* Settings-Button */