Commit d2d77b5d authored by Fatih Acet's avatar Fatih Acet Committed by Lin Jen-Shin

Merge branch '30863-fix-award-button-smiley-jumping-out-of-place' into 'master'

Fix award button smiley jumping out of place

Closes #30863

See merge request !10672
parent 51124b08
...@@ -123,6 +123,9 @@ ul.notes { ...@@ -123,6 +123,9 @@ ul.notes {
} }
.note-emoji-button { .note-emoji-button {
position: relative;
line-height: 1;
.fa-spinner { .fa-spinner {
display: none; display: none;
} }
...@@ -428,7 +431,8 @@ ul.notes { ...@@ -428,7 +431,8 @@ ul.notes {
.award-control-icon-positive, .award-control-icon-positive,
.award-control-icon-super-positive { .award-control-icon-super-positive {
position: absolute; position: absolute;
margin-left: -20px; top: 0;
left: 0;
opacity: 0; opacity: 0;
} }
......
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