mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-22 13:37:24 +00:00
add channel emoji css class
This commit is contained in:
parent
b5eb6016bb
commit
60b7c8015c
@ -565,3 +565,7 @@ p,
|
|||||||
|
|
||||||
/* Wider settings name to less word wrap */
|
/* Wider settings name to less word wrap */
|
||||||
.pure-form-aligned .pure-control-group label { width: 19em; }
|
.pure-form-aligned .pure-control-group label { width: 19em; }
|
||||||
|
|
||||||
|
.channel-emoji {
|
||||||
|
margin: 0 2px;
|
||||||
|
}
|
||||||
|
@ -701,7 +701,7 @@ def content_to_comment_html(content, video_id : String? = "")
|
|||||||
str << %(title=") << emojiAlt << "\" "
|
str << %(title=") << emojiAlt << "\" "
|
||||||
str << %(width=") << emojiThumb["width"] << "\" "
|
str << %(width=") << emojiThumb["width"] << "\" "
|
||||||
str << %(height=") << emojiThumb["height"] << "\" "
|
str << %(height=") << emojiThumb["height"] << "\" "
|
||||||
str << %(style="margin-right:2px;margin-left:2px;"/>)
|
str << %(class="channel-emoji"/>)
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
# Hide deleted channel emoji
|
# Hide deleted channel emoji
|
||||||
|
Loading…
Reference in New Issue
Block a user