Fix lane icon default height when no css

Add height attribute to image and br tags for formatting
when no css is available.
This commit is contained in:
2025-08-03 22:27:13 -04:00
parent 6acaf1b28c
commit 033fc310bf
2 changed files with 17 additions and 12 deletions

View File

@@ -311,7 +311,7 @@ a.lane-button {
}
a.lane-button img {
height: 110px;
height: clamp(95px, calc(100vw - var(--for-tablet-portrait-up)), 110px);
filter: invert(60%) sepia(50%) hue-rotate(140deg) saturate(200%);
transform: scaleX(0.9);
}