forked from olcxjas-softworks/LarpixClient
Add android debug signing & slightly improve css
This commit is contained in:
parent
80bee6c17d
commit
9ad5bc99cc
10 changed files with 109 additions and 57 deletions
|
|
@ -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() {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue