Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gin
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
gin
Commits
5990cf98
Commit
5990cf98
authored
1 year ago
by
Rajab Natshah
Committed by
Sascha Eggenberger
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3357587
: Fix Custom logo in toolbar floated on left
parent
1a80cd4d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!252
Issue #3357587: Fix Custom logo in toolbar floated on left
Pipeline
#11338
passed
1 year ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dist/css/layout/toolbar.css
+1
-0
1 addition, 0 deletions
dist/css/layout/toolbar.css
styles/layout/toolbar.scss
+1
-0
1 addition, 0 deletions
styles/layout/toolbar.scss
with
2 additions
and
0 deletions
dist/css/layout/toolbar.css
+
1
−
0
View file @
5990cf98
...
...
@@ -115,6 +115,7 @@
}
.toolbar
.toolbar-bar
#toolbar-item-administration-tray
.toolbar-logo
{
display
:
block
;
padding
:
var
(
--gin-spacing-xs
)
0
;
}
...
...
This diff is collapsed.
Click to expand it.
styles/layout/toolbar.scss
+
1
−
0
View file @
5990cf98
...
...
@@ -99,6 +99,7 @@
// Custom logo
#toolbar-item-administration-tray
.toolbar-logo
{
display
:
block
;
padding
:
var
(
--
gin-spacing-xs
)
0
;
img
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment