mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-18 17:49:31 -07:00
wider lower scroll area when enhanced
This commit is contained in:
@@ -168,6 +168,21 @@
|
||||
// adjust for wide
|
||||
.wide & {
|
||||
left: p.$wide-margin;
|
||||
width: p.$wide-width;
|
||||
margin-left: -1*p.$wide-margin;
|
||||
|
||||
.scroll-container {
|
||||
margin-left: p.$wide-margin;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.wide.enhanced & {
|
||||
|
||||
&:has(.scroll-area) .scroll-container {
|
||||
width: p.$wide-width;
|
||||
margin-left: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
&.hazard {
|
||||
@@ -208,13 +223,4 @@
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
.wide #container>.scroll {
|
||||
width: p.$wide-width;
|
||||
margin-left: -1*p.$wide-margin;
|
||||
|
||||
.scroll-container {
|
||||
margin-left: p.$wide-margin;
|
||||
}
|
||||
}
|
||||
2
server/styles/ws.min.css
vendored
2
server/styles/ws.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user