File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -645,6 +645,11 @@ input:-webkit-autofill:active{
645645 font-size : 0.8rem ;
646646 box-shadow : 0px 4px 6px 0px var (--shadow-black );
647647}
648+ .station-card # backButton {
649+ margin : 2dvh 0 0 2dvh ;
650+ color : var (--shadow-black );
651+ font-size : calc (2dvh );
652+ }
648653/* #endregion */
649654
650655/* #region Login menu */
Original file line number Diff line number Diff line change @@ -101,7 +101,10 @@ async function openStationMenu(stationSerialNumber) {
101101 if ( navigationActive ) menu . style . zIndex = 99 ;
102102
103103 // show loading animation
104- menu . innerHTML = `<img src="assets/images/mGira_spinning.gif" id="spinner">` ;
104+ menu . innerHTML = `
105+ <div id="backButton" onclick="hideStationMenu()"><i class="bi bi-arrow-90deg-left"></i></div>
106+ <img src="assets/images/mGira_spinning.gif" id="spinner">
107+ ` ;
105108
106109 // get list of available bikes and docks
107110 const bikeAndDocks = await getBikesAndDocks ( stationSerialNumber ) ;
You can’t perform that action at this time.
0 commit comments