Skip to content

Commit 87c0cb1

Browse files
committed
.
1 parent 5c38001 commit 87c0cb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

weather/weather.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ func renderWeatherPage(r *http.Request) string {
136136
</div>
137137
138138
<div class="weather-options">
139-
<label style="display:inline-flex;align-items:center;gap:6px;cursor:pointer;">
140-
<input type="checkbox" id="toggle-pollen" onchange="weatherTogglePollen()">
139+
<label style="gap:6px;cursor:pointer;">
140+
<input type="checkbox" id="toggle-pollen" onchange="weatherTogglePollen()" style="display: inline; width: auto;">
141141
<span>Include pollen forecast (+` + fmt.Sprintf("%dp", wallet.CostWeatherPollen) + `)</span>
142142
</label>
143143
</div>

0 commit comments

Comments
 (0)