Add android debug signing & slightly improve css
All checks were successful
Android Build / publish (push) Successful in 27s
Linux Build / publish (push) Successful in 51s

This commit is contained in:
olcxja 2026-05-14 00:11:34 +02:00
commit 9ad5bc99cc
10 changed files with 109 additions and 57 deletions

View file

@ -693,7 +693,7 @@ addGroupBtn.addEventListener("click", async () => {
roomContentMain.style.opacity = "";
});
/* replaced with css
sidebarHomeButton.addEventListener("mouseenter", () => {
sidebarHomeIndicator.classList.add("hover");
});
@ -721,7 +721,7 @@ sidebarInboxButton.addEventListener("mouseenter", () => {
sidebarInboxButton.addEventListener("mouseleave", () => {
sidebarInboxIndicator.classList.remove("hover");
});
*/
function gotoSideProfilePopup() {