-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
Milestone
Description
- Gitea version (or commit ref): gitea/gitea:1.8.0 799f5e0
- Git version:
- Operating system: docker
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
Used Docker of gitea/gitea:1.8.0
I found that the style of the navigation bar has some problems. When I add background-color:red;
to .full.height
class , the display looks like this. But I didn't find this problem in https://try.gitea.io . I saw that the version is different. I don't know if it has been fixed.
.full.height {
flex-grow: 1;
padding-bottom: 80px;
background-color: red;
}