Desktop: Nachrichten + Gassi-Treffen auf max-width 1100px — SW by-v408
Chat: position:absolute→width:100%, page-body als zentrierter flex-Container Walks: max-width none→1100px (konsistent mit Forum)
This commit is contained in:
parent
6930e6f848
commit
770d75100e
4 changed files with 18 additions and 5 deletions
|
|
@ -592,7 +592,7 @@
|
|||
/* ----------------------------------------------------------
|
||||
WALKS: Liste (links) + Karte (rechts) nebeneinander
|
||||
---------------------------------------------------------- */
|
||||
#page-walks .page-container { max-width: none; }
|
||||
#page-walks .page-container { max-width: 1100px; }
|
||||
|
||||
.walks-layout {
|
||||
flex-direction: row;
|
||||
|
|
@ -620,6 +620,20 @@
|
|||
/* Toolbar-Zeile kompakter da Toggle wegfällt */
|
||||
#page-walks .by-toolbar { padding: var(--space-2) var(--space-4); }
|
||||
|
||||
/* ----------------------------------------------------------
|
||||
CHAT: Split-Pane zentriert mit max-width
|
||||
---------------------------------------------------------- */
|
||||
#page-chat .page-body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
max-width: 1100px;
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#chat-split { min-height: 600px; }
|
||||
|
||||
/* ----------------------------------------------------------
|
||||
FORUM: Rubriken über volle Breite, Threads darunter
|
||||
---------------------------------------------------------- */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue