minor layout fix

This commit is contained in:
kritzl 2024-06-06 15:21:50 +02:00
parent 9a6be1d010
commit 6ebc758e25
5 changed files with 26 additions and 11 deletions

View file

@ -541,7 +541,7 @@ ${station.state.unavailable ? `Bei ${station.state.unavailable} ${station.state.
</div>
<details data-stationid="${station.id}" ${openStations.has(station.id) ? 'open' : ''}>
<summary>
Details / Aufzüge anzeigen
<span>Details / Aufzüge anzeigen</span>
</summary>
${station.comment ? `<div class="comment"><p>${station.comment}</p></div>` : ''}
<ul class="elevatorList collapsed" aria-expanded="false" id="station_${station.id}_elevatorList">