This commit is contained in:
vinceliuice
2023-01-08 17:25:35 +08:00
parent 75e31dc9d8
commit daec2a91cd

View File

@@ -1166,6 +1166,13 @@ $weather_forecast_color: #ae7b03;
background-color: $border;
}
#daily-forecast-box {
> separator:last-child {
background-color: transparent;
min-width: 0;
}
}
#conditions-grid,
#attributionGrid {
margin-left: $space-size * 3;