mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Hide User menu icon on mobile
This commit is contained in:
parent
08318ca4d6
commit
5b513146a7
1 changed files with 3 additions and 1 deletions
|
@ -63,7 +63,9 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
|
|||
hasImage = true;
|
||||
}
|
||||
|
||||
if (!layoutManager.mobile) {
|
||||
headerUserButton.classList.remove("hide");
|
||||
}
|
||||
} else {
|
||||
headerUserButton.classList.add("hide");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue