mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 05:06:46 +10:00
Merge branch 'fix-header-logo' into 'master'
Restrict header logo to 36px so it doesn't overflow. ## What does this MR do? Fixes the logo in the header. ## Are there points in the code the reviewer needs to double check? I don't think so. ## Why was this MR needed? Logos that weren't 36px by 36px were broken in 8.9.0 ## What are the relevant issue numbers? Fixes #18980 ## Screenshots (if relevant) Before:  After:  ## Does this MR meet the acceptance criteria? - [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) cc: @jschatz1 @dzaporozhets @rspeicher See merge request !4861
This commit is contained in:
committed by
Robert Speicher
parent
735d5cbc7d
commit
fb310400a6
@@ -22,6 +22,7 @@ v 8.9.1 (unreleased)
|
||||
- Hide nav arrows by default. !4843
|
||||
- Added bottom padding to label color suggestion link. !4845
|
||||
- Fix GitLab project import issues related to notes and builds. !4855
|
||||
- Restrict header logo to 36px so it doesn't overflow. !4861
|
||||
|
||||
v 8.9.0
|
||||
- Fix builds API response not including commit data
|
||||
|
||||
@@ -132,6 +132,10 @@ header {
|
||||
transition-duration: .3s;
|
||||
z-index: 999;
|
||||
|
||||
svg, img {
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user