Desktop JETZT: world-top max-width 860px zentriert
Greeting-Karte + Wetter/Route/Übung-Chips stretchen nicht mehr auf volle Desktopbreite. Chips sind je ~280px breit — deutlich kompakter als vorher. components.css ?v=1010, SW by-v1013, APP_VER 1013
This commit is contained in:
parent
f36bac7ded
commit
9816075c7e
5 changed files with 11 additions and 4 deletions
|
|
@ -7916,6 +7916,13 @@ svg.empty-state-icon {
|
|||
.world-panel {
|
||||
padding-top: calc(env(safe-area-inset-top, 0px) + 48px);
|
||||
}
|
||||
/* Top-Bereich (Greeting + Wetter/Route/Übung) zentriert und begrenzt */
|
||||
.world-top {
|
||||
max-width: 860px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 100%;
|
||||
}
|
||||
/* Alle Chips in einer Zeile, zentriert, egal wie viele aktiv */
|
||||
.world-chips-grid {
|
||||
display: flex !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue