Radar-Timeline: rechts kürzen (Platz für Ecken-FABs) + tiefer setzen
Lief rechts unter die Speed-Dial/Zurück-FABs (Zeit-Text verdeckt). Jetzt left:12/right:88 (statt zentriert) → endet vor den FABs; bottom 92→60px.
This commit is contained in:
parent
bcbf9a9645
commit
22b8ccb784
6 changed files with 19 additions and 20 deletions
|
|
@ -3055,14 +3055,13 @@ html.modal-open {
|
|||
/* Regenradar-Zeitleiste (RainViewer: ~2h Vergangenheit + ~30min Nowcast, Play/Pause + Slider) */
|
||||
.map-radar-timeline {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
bottom: calc(92px + env(safe-area-inset-bottom, 0px));
|
||||
transform: translateX(-50%);
|
||||
left: 12px;
|
||||
right: 88px; /* Platz für die Ecken-FABs (Speed-Dial / Zurück) rechts */
|
||||
bottom: calc(60px + env(safe-area-inset-bottom, 0px));
|
||||
z-index: 900;
|
||||
display: flex;
|
||||
align-items:center;
|
||||
gap: 10px;
|
||||
width: min(400px, calc(100% - 28px));
|
||||
padding: 7px 12px;
|
||||
border-radius: 999px;
|
||||
background: rgba(15, 22, 35, 0.82);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue