Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a problem with the navigation bar style #6776

Closed
2 of 7 tasks
leafney opened this issue Apr 27, 2019 · 4 comments
Closed
2 of 7 tasks

a problem with the navigation bar style #6776

leafney opened this issue Apr 27, 2019 · 4 comments
Labels
topic/ui Change the appearance of the Gitea UI type/bug
Milestone

Comments

@leafney
Copy link

leafney commented Apr 27, 2019

  • 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

@silverwind
Copy link
Member

Pretty sure this was fixed in dc52868.

@lunny
Copy link
Member

lunny commented Apr 27, 2019

so @silverwind could you send a back port of #6553 to release/v1.8 ?

silverwind added a commit to silverwind/gitea that referenced this issue Apr 27, 2019
* Minor CSS cleanup for the navbar
* move height fix to navbar

Fixes: go-gitea#6776
@silverwind
Copy link
Member

#6781

@lafriks lafriks added type/bug topic/ui Change the appearance of the Gitea UI labels Apr 27, 2019
@lafriks lafriks added this to the 1.8.1 milestone Apr 27, 2019
techknowlogick pushed a commit that referenced this issue Apr 29, 2019
* Minor CSS cleanup for the navbar
* move height fix to navbar

Fixes: #6776
@techknowlogick
Copy link
Member

Closed per merged PR

@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
topic/ui Change the appearance of the Gitea UI type/bug
Projects
None yet
Development

No branches or pull requests

5 participants