minor layout fix
This commit is contained in:
parent
9a6be1d010
commit
6ebc758e25
5 changed files with 26 additions and 11 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue