Update: mobile view buttons restructure

This commit is contained in:
hyzen
2026-06-05 15:53:13 +05:30
parent d4bb380d09
commit b76cab52dd
73 changed files with 435 additions and 1170 deletions

View File

@@ -41,7 +41,7 @@
function applyLoggedIn(uname) {
// ── Desktop ──────────────────────────────────────────────────────────
var authDesktop = document.querySelector('.brand__auth--desktop');
var authDesktop = document.querySelector('.brand__auth');
if (authDesktop) {
authDesktop.classList.add('brand__auth--loggedin');