Various small emoji positioning adjustments

This commit is contained in:
Dimitrie Hoekstra 2016-12-08 14:35:17 +01:00
parent 50a784482e
commit fd87bf3c2c
4 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,7 @@
.awards {
.emoji-icon {
width: 19px;
height: 19px;
width: 20px;
height: 20px;
}
}
@ -136,5 +136,6 @@
.award-control-icon {
color: $award-emoji-new-btn-icon-color;
margin-top: 1px;
}
}

View File

@ -255,6 +255,7 @@ img.emoji {
height: 20px;
vertical-align: top;
width: 20px;
margin-top: 1px;
}
.chart {

View File

@ -413,7 +413,6 @@ ul.notes {
.fa {
color: $notes-action-color;
position: relative;
top: 1px;
font-size: 17px;
}

View File

@ -0,0 +1,4 @@
---
title: Various small emoji positioning adjustments
merge_request:
author: