No login button on mobile #19

Closed
opened 2023-02-09 10:47:04 +01:00 by Weizhen Huang · 2 comments

Caused by

.following.bar #navbar .brand {
  display: none;
}

in theme-bthree-dark.css. Maybe use something like

.following.bar #navbar .brand img {
  display: none;
}

or

.following.bar #navbar .brand a:first-child {
  display: none;
}

#navbar-expand-toggle {
    margin-left:auto 
}

to hide only the logo itself.
(And maybe we want the same style for the light gitea theme too?)

Caused by ``` .following.bar #navbar .brand { display: none; } ``` in `theme-bthree-dark.css`. Maybe use something like ``` .following.bar #navbar .brand img { display: none; } ``` or ``` .following.bar #navbar .brand a:first-child { display: none; } #navbar-expand-toggle { margin-left:auto } ``` to hide only the logo itself. (And maybe we want the same style for the light gitea theme too?)
Author

Ah, this is a duplicate of #17, I didn't see it before.

Ah, this is a duplicate of #17, I didn't see it before.

I'll close this one then.

I'll close this one then.
Brecht Van Lommel added the
Type
Bug
label 2023-02-09 12:56:10 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: infrastructure/blender-projects-platform#19
No description provided.