You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/src/index.html
+17-6Lines changed: 17 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -59,8 +59,8 @@
59
59
border-radius:8px;
60
60
box-shadow:02px16pxrgba(0,0,0,0.2);
61
61
font-family:'Roboto','Arial', sans-serif;
62
-
max-width:480px;
63
-
max-height:80vh;
62
+
max-width:800px;
63
+
max-height:85vh;
64
64
overflow-y: auto;
65
65
background: white;
66
66
}
@@ -99,6 +99,8 @@
99
99
margin:12px0;
100
100
border-radius:4px;
101
101
background:#fafafa;
102
+
max-width:100%;
103
+
height: auto;
102
104
}
103
105
104
106
.popup-table {
@@ -371,7 +373,7 @@
371
373
}
372
374
373
375
.info-content.expanded {
374
-
max-height:500px;
376
+
max-height:700px;
375
377
padding:16px;
376
378
}
377
379
@@ -437,7 +439,8 @@
437
439
.info-reference-link {
438
440
color:#1a73e8;
439
441
text-decoration: none;
440
-
word-break: break-all;
442
+
word-break: break-word;
443
+
overflow-wrap: anywhere;
441
444
}
442
445
443
446
.info-reference-link:hover {
@@ -682,13 +685,18 @@
682
685
@media (max-width:768px) {
683
686
.maplibregl-popup-content {
684
687
max-width:calc(100vw-32px);
685
-
max-height:70vh;
688
+
max-height:75vh;
686
689
}
687
690
688
691
.hazard-popup {
689
692
padding:12px;
690
693
}
691
694
695
+
.hazard-popupcanvas {
696
+
width:100%!important;
697
+
height: auto !important;
698
+
}
699
+
692
700
.popup-table {
693
701
font-size:12px;
694
702
}
@@ -705,7 +713,9 @@
705
713
gap:8px;
706
714
}
707
715
708
-
.map-info.expanded,
716
+
.map-info.expanded {
717
+
max-width:500px;
718
+
}
709
719
.map-legend {
710
720
min-width: auto;
711
721
max-width: none;
@@ -813,6 +823,7 @@
813
823
</div>
814
824
815
825
<divclass="info-instructions">
826
+
<p>The tsunami run-up heights displayed at shoreline locations have been estimated by interpolating from values from the nearest offshore hazard points using an Inverse Distance Weighted (IDW) method</p>
0 commit comments