Merge pull request #4808 from vcuculo/fix-heart-icon
Fixed heart icon height in right sidebar
This commit is contained in:
commit
c03edd8808
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ $bluebg: #e7f2f7;
|
||||||
|
|
||||||
.icons-heart {
|
.icons-heart {
|
||||||
width: 13px;
|
width: 13px;
|
||||||
height: 13px;
|
height: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icons-question,
|
.icons-question,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue