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:
parent
0ace44ca06
commit
2987e8e46b
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue