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 { .hourly-lines {
min-height: 338px; min-height: 338px;
padding-top: 10px; padding-top: 10px;
background: #0b0b39;
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,
);
.hourly-row { .hourly-row {
font-family: 'Star4000 Large'; font-family: 'Star4000 Large';

View file

@ -44,12 +44,7 @@
.travel-lines { .travel-lines {
min-height: 338px; min-height: 338px;
padding-top: 10px; padding-top: 10px;
background: #0b0b39;
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,
);
.travel-row { .travel-row {
font-family: 'Star4000 Large'; font-family: 'Star4000 Large';

View file

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long