mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2025-01-03 05:10:05 -05:00
Hiding logo seems to hide login
This commit is contained in:
parent
013fbe1b18
commit
9b708de650
1 changed files with 2 additions and 1 deletions
|
@ -474,10 +474,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hide the site logo. */
|
/* Hide the site logo. */
|
||||||
|
/* Seems to be breaking the sign-in button currently.
|
||||||
#navbar .item:first-child {
|
#navbar .item:first-child {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
/* Fix alignment of text in dropdown items. */
|
/* Fix alignment of text in dropdown items. */
|
||||||
.ui.dropdown>.text {
|
.ui.dropdown>.text {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in a new issue