0
Fork 0
mirror of https://projects.blender.org/infrastructure/gitea-custom.git synced 2025-01-03 05:10:05 -05:00

UI: Show user buttons in navbar when logged in.

This commit is contained in:
Pablo Vazquez 2023-02-02 15:42:07 +01:00
parent 0ace44ca06
commit 2987e8e46b

View file

@ -1,5 +1,7 @@
/* */ /* Temporarily hide login and sign up links.
#navbar .right.stackable.menu { * Remove this once projects.blender.org goes public. */
#navbar .right.stackable.menu a[href^="/user/sign_up"],
#navbar .right.stackable.menu a[href^="/user/login"] {
display: none; display: none;
} }