Skip to content

Commit 31dc486

Browse files
committed
map preview popover style tweaks
1 parent c52797e commit 31dc486

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css/style.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,14 @@ tr:has(+ tr) td {
140140
}
141141

142142
.route-map-popover img {
143-
max-width: 80vw;
143+
max-width: 75vw;
144+
max-height: 50vh;
144145
height: auto;
145146
display: block;
146147
}
147148

148149
.schedule-table .route-map-popover img {
149-
max-width: min(36rem, 80vw);
150+
max-width: min(36rem, 75vw);
150151
}
151152

152153
:target {

0 commit comments

Comments
 (0)