Commit 0e704781 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch '356825-update-custom-logo-size' into 'master'

Update brand header logo to match tanuki height

See merge request gitlab-org/gitlab!84939
parents 4df3cdf0 0ad35209
......@@ -52,7 +52,7 @@
white-space: nowrap;
img {
height: 28px;
height: 24px;
+ .logo-text {
margin-left: 8px;
......
......@@ -808,7 +808,7 @@ input {
white-space: nowrap;
}
.navbar-gitlab .header-content .title img {
height: 28px;
height: 24px;
}
.navbar-gitlab .header-content .title img + .logo-text {
margin-left: 8px;
......
......@@ -794,7 +794,7 @@ input {
white-space: nowrap;
}
.navbar-gitlab .header-content .title img {
height: 28px;
height: 24px;
}
.navbar-gitlab .header-content .title img + .logo-text {
margin-left: 8px;
......
......@@ -21,7 +21,7 @@
= f.hidden_field :header_logo_cache
= f.file_field :header_logo, class: "", accept: 'image/*'
.form-text.text-muted
= _('Maximum file size is 1MB. Pages are optimized for a 28px tall header logo')
= _('Maximum file size is 1MB. Pages are optimized for a 24px tall header logo')
%hr
.row
.col-lg-4.profile-settings-sidebar
......
......@@ -808,7 +808,7 @@ input {
white-space: nowrap;
}
.navbar-gitlab .header-content .title img {
height: 28px;
height: 24px;
}
.navbar-gitlab .header-content .title img + .logo-text {
margin-left: 8px;
......
......@@ -794,7 +794,7 @@ input {
white-space: nowrap;
}
.navbar-gitlab .header-content .title img {
height: 28px;
height: 24px;
}
.navbar-gitlab .header-content .title img + .logo-text {
margin-left: 8px;
......
......@@ -23267,7 +23267,7 @@ msgstr ""
msgid "Maximum file size is 1 MB. Image size must be 32 x 32 pixels. Allowed image formats are %{favicon_extension_whitelist}."
msgstr ""
msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
msgid "Maximum file size is 1MB. Pages are optimized for a 24px tall header logo"
msgstr ""
msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment