Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
504ab29b
Commit
504ab29b
authored
May 28, 2019
by
Jacopo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enhance line-height of Activity feed UI
Enhances line-height of Activity feed UI to 20px.
parent
b9798c15
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-0
app/assets/stylesheets/pages/events.scss
app/assets/stylesheets/pages/events.scss
+3
-3
changelogs/unreleased/55253-activity-feed-ui-enhance-line-height.yml
...unreleased/55253-activity-feed-ui-enhance-line-height.yml
+5
-0
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
504ab29b
...
...
@@ -381,6 +381,7 @@ $breadcrumb-min-height: 48px;
$home-panel-title-row-height
:
64px
;
$home-panel-avatar-mobile-size
:
24px
;
$gl-line-height
:
16px
;
$gl-line-height-20
:
20px
;
$gl-line-height-24
:
24px
;
$gl-line-height-14
:
14px
;
...
...
app/assets/stylesheets/pages/events.scss
View file @
504ab29b
...
...
@@ -8,7 +8,7 @@
border-bottom
:
1px
solid
$white-normal
;
color
:
$gl-text-color-secondary
;
position
:
relative
;
line-height
:
$gl-line-height
;
line-height
:
$gl-line-height
-20
;
.system-note-image
{
position
:
absolute
;
...
...
@@ -48,7 +48,7 @@
}
.event-user-info
{
margin-bottom
:
$gl-padding-
8
;
margin-bottom
:
$gl-padding-
4
;
.author_name
{
a
{
...
...
@@ -67,7 +67,7 @@
}
.event-body
{
margin-top
:
$gl-padding-
8
;
margin-top
:
$gl-padding-
4
;
margin-right
:
174px
;
color
:
$gl-text-color
;
...
...
changelogs/unreleased/55253-activity-feed-ui-enhance-line-height.yml
0 → 100644
View file @
504ab29b
---
title
:
Enhance line-height of Activity feed UI
merge_request
:
28856
author
:
Jacopo Beschi @jacopo-beschi
type
:
changed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment