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:
parent
d6eb2bcf98
commit
ad942e81b2
5 changed files with 14 additions and 4 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue