portrait current conditions #167

This commit is contained in:
Matt Walsh
2026-04-19 14:39:59 -05:00
parent cfbe6b540c
commit ad05f4c580
10 changed files with 107 additions and 9 deletions

View File

@@ -167,6 +167,10 @@ body {
.wide & {
width: p.$wide-width;
}
.enhanced.portrait & {
height: p.$portrait-height;
}
}
.kiosk #divTwc {
@@ -343,6 +347,12 @@ body {
background-image: url(../images/backgrounds/1.png);
transform-origin: 0 0;
background-repeat: no-repeat;
.portrait.enhanced & {
width: p.$portrait-width;
height: p.$portrait-height;
background-image: url(../images/backgrounds/1-portrait.png);
}
}
.wide #container {