navbar: Add login and signup buttons for spectators.

Remove login buttons from right sidebar and add them to navbar
so that the user instantly notices them.
This commit is contained in:
Aman Agrawal
2022-10-14 17:52:42 +00:00
committed by Tim Abbott
parent 91d86a8a6f
commit 1267dce027
6 changed files with 96 additions and 12 deletions

View File

@@ -226,6 +226,7 @@ export function initialize() {
"#user_filter_icon",
"#scroll-to-bottom-button-clickable-area",
".code_external_link",
".spectator_narrow_login_button",
],
appendTo: () => document.body,
});