Commit 9c406d8d authored by liziwl's avatar liziwl
Browse files

fix(ui): correct flex layout for map container and adjust tab hint padding

parent 1070734f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -986,6 +986,8 @@ export default {
  position: relative;
  width: 100%;
  height: 50vh; /* Give it a good height */
  display: flex;
  flex-direction: column;
}

.map-legend {
@@ -1031,7 +1033,8 @@ export default {

.map-container {
  width: 100%;
  height: 100%;
  flex: 1;
  min-height: 0;
}

.time-drift-display {
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ export default {
}

.bus-location-hint {
  padding-bottom: 4px;
  padding-top: 3px;
}

/* Dark mode overrides for Ant Design Segmented */