Skip to content

a problem with the navigation bar style #6776

@leafney

Description

@leafney
  • 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;
}

Screenshots

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic/uiChange the appearance of the Gitea UItype/bug

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions