UX: hide sidebar toggle on account created route (#26299)

This commit is contained in:
Kris 2024-03-21 15:29:07 -04:00 committed by GitHub
parent 8b935e5b33
commit e59ba8e297
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,9 @@
display: none;
}
}
.header-sidebar-toggle {
display: none;
}
#main-outlet {
padding: 0;
height: 100%;