Commit 63cde3c1 authored by tauriedavis's avatar tauriedavis

Correct padding and alignment for reaction buttons

parent a60cc42b
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
svg, svg,
.fa { .fa {
&:not(:last-child) { &:not(:last-child) {
margin-right: 3px; margin-right: 5px;
} }
} }
} }
......
.awards { .awards {
.emoji-icon { .emoji-icon {
width: 20px; width: 19px;
height: 20px; height: 19px;
} }
} }
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
.award-control { .award-control {
margin: 3px 5px 3px 0; margin: 3px 5px 3px 0;
padding: 6px 5px; padding: 5px 6px;
outline: 0; outline: 0;
&:hover, &:hover,
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
.award-control-icon { .award-control-icon {
float: left; float: left;
margin-right: 5px; margin-right: 5px;
font-size: 20px; font-size: 19px;
} }
.award-control-icon-loading { .award-control-icon-loading {
......
...@@ -105,11 +105,6 @@ ul.notes { ...@@ -105,11 +105,6 @@ ul.notes {
padding: 2px; padding: 2px;
margin-top: 10px; margin-top: 10px;
} }
.award-control {
font-size: 13px;
padding: 2px 5px;
}
} }
.note-header { .note-header {
......
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