mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-21 11:09:30 -07:00
portrait latest observations #167
This commit is contained in:
@@ -1,11 +1,22 @@
|
||||
@use 'shared/_colors'as c;
|
||||
@use 'shared/_utils'as u;
|
||||
@use 'shared/_positions'as p;
|
||||
|
||||
.weather-display .latest-observations {
|
||||
|
||||
&.main {
|
||||
overflow-y: hidden;
|
||||
|
||||
.container {
|
||||
// adjust for the height of the column headers
|
||||
max-height: calc(p.$standard-scroll-height - 10px);
|
||||
overflow: hidden;
|
||||
|
||||
.portrait.enhanced & {
|
||||
max-height: calc(p.$portrait-scroll-height - 20px);
|
||||
}
|
||||
}
|
||||
|
||||
.column-headers {
|
||||
height: 20px;
|
||||
position: absolute;
|
||||
@@ -91,6 +102,10 @@
|
||||
min-height: 338px;
|
||||
padding-top: 10px;
|
||||
|
||||
.portrait.enhanced & {
|
||||
padding-top: 40px;
|
||||
}
|
||||
|
||||
.observation-row {
|
||||
font-family: 'Star4000';
|
||||
font-size: 24pt;
|
||||
@@ -107,6 +122,13 @@
|
||||
white-space: pre;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.portrait.enhanced & {
|
||||
font-family: 'Star4000 Large';
|
||||
font-size: 16pt;
|
||||
height: 48px;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user