fix scroll area sizing and update hourly/travel backgrounds

This commit is contained in:
mrkmntal 2026-04-07 23:28:55 -04:00
commit 0d7240c707
5 changed files with 6 additions and 16 deletions

View file

@ -44,12 +44,7 @@
.hourly-lines {
min-height: 338px;
padding-top: 10px;
background: repeating-linear-gradient(0deg, c.$gradient-main-background-2 0px,
c.$gradient-main-background-1 136px,
c.$gradient-main-background-1 202px,
c.$gradient-main-background-2 338px,
);
background: #0b0b39;
.hourly-row {
font-family: 'Star4000 Large';
@ -100,4 +95,4 @@
}
}
}
}
}

View file

@ -44,12 +44,7 @@
.travel-lines {
min-height: 338px;
padding-top: 10px;
background: repeating-linear-gradient(0deg, c.$gradient-main-background-2 0px,
c.$gradient-main-background-1 136px,
c.$gradient-main-background-1 202px,
c.$gradient-main-background-2 338px,
);
background: #0b0b39;
.travel-row {
font-family: 'Star4000 Large';

View file

@ -97,7 +97,7 @@
&.has-scroll {
width: 640px;
margin-top: 0;
height: 310px;
height: 320px;
overflow: hidden;
&.no-header {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long