Fix: Desktop-Sidebar entfernt — kein padding-left, Map/Route volle Breite, SW by-v647
This commit is contained in:
parent
cd5aa73df3
commit
1d50bf1430
4 changed files with 14 additions and 6 deletions
|
|
@ -7826,6 +7826,14 @@ svg.empty-state-icon {
|
|||
color: rgba(255, 255, 255, 0.9);
|
||||
}
|
||||
|
||||
/* Desktop-Sidebar entfernt — Welten übernehmen Navigation */
|
||||
@media (min-width: 768px) {
|
||||
#sidebar { display: none !important; }
|
||||
#page-content { padding-left: 0 !important; }
|
||||
.map-full-layout { left: 0 !important; }
|
||||
.rk-map-section { left: 0 !important; }
|
||||
}
|
||||
|
||||
/* ── KEYFRAMES ───────────────────────────────────────────── */
|
||||
@keyframes pulse {
|
||||
0%, 100% { opacity: 0.5; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue