Benutzerin:Alarya/vector.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Alarya (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Alarya (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
#mw-head, #mw-panel { | #mw-head, #mw-panel { | ||
position: fixed; | position: fixed; | ||
} | } | ||
#mw-panel { | #mw-panel { | ||
Zeile 7: | Zeile 6: | ||
bottom: 0; | bottom: 0; | ||
min-width: 12em; | min-width: 12em; | ||
overflow-y: scroll; | |||
} | } | ||
#mw-content { | @media screen and (min-width: 982px) { | ||
#mw-content { | |||
margin-left: 14em; | |||
} | |||
} | } |
Version vom 12. Februar 2025, 07:42 Uhr
#mw-head, #mw-panel { position: fixed; } #mw-panel { top: 0; bottom: 0; min-width: 12em; overflow-y: scroll; } @media screen and (min-width: 982px) { #mw-content { margin-left: 14em; } }