update emote tooltip alignment

This commit is contained in:
Zack Rauen 2018-08-05 02:37:48 -04:00
parent 87c30097e8
commit e50ee0708a
2 changed files with 5 additions and 1 deletions

View File

@ -832,6 +832,10 @@ margin-right: -30px;
height: 14px;
}
.emotewrapper {
display: inline-flex;
}
.emotewrapper:hover .fav {
display: block;
}

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long