0
Fork 0
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:
Arnd Marijnissen 2023-11-28 17:12:58 +01:00
parent 013fbe1b18
commit 9b708de650

View file

@ -474,10 +474,11 @@
}
/* Hide the site logo. */
/* Seems to be breaking the sign-in button currently.
#navbar .item:first-child {
display: none;
}
*/
/* Fix alignment of text in dropdown items. */
.ui.dropdown>.text {
position: relative;