Commit ad27e799 authored by tauriedavis's avatar tauriedavis

remove extra space on thumbs emoji buttons

parent b4bef24b
.awards { .awards {
display: flex;
flex-wrap: wrap;
.emoji-icon { .emoji-icon {
width: 20px; width: 20px;
height: 20px; height: 20px;
...@@ -110,6 +113,8 @@ ...@@ -110,6 +113,8 @@
margin: 4px 8px 4px 0; margin: 4px 8px 4px 0;
outline: 0; outline: 0;
position: relative; position: relative;
display: block;
float: left;
&.disabled { &.disabled {
cursor: default; cursor: default;
......
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