list: fix activities sort, css improvements

fixed activities sorting.
less oddities from me not knowing how to use flex boxes. Also kinda
standardised a button-inside-input thing, so added a .gap-<n> >
.inside-input selector which works on gap-1 and gap-2.
This commit is contained in:
Harvey Tindall
2025-05-26 21:42:37 +01:00
parent 699cbee240
commit f6044578c0
9 changed files with 119 additions and 72 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ export class Login {
}
}, false, (req: XMLHttpRequest) => {
if (req.readyState == 4 && req.status == 404 && tryAgain) {
console.log("trying without URL Base...");
console.warn("logout failed, trying without URL Base...");
logoutFunc(this._endpoint, false);
}
});