diff options
| author | ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com> | 2023-03-02 07:29:44 -0500 |
|---|---|---|
| committer | ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com> | 2023-03-02 07:29:44 -0500 |
| commit | 60b7c8015c9ae77664d0b0680a81cfcc979d5a03 (patch) | |
| tree | 450de30633c865f70b6f619b5f463f3dd294e224 /src | |
| parent | b5eb6016bbc455921ce3d8ec24589d706f8a5fb1 (diff) | |
| download | invidious-60b7c8015c9ae77664d0b0680a81cfcc979d5a03.tar.gz invidious-60b7c8015c9ae77664d0b0680a81cfcc979d5a03.tar.bz2 invidious-60b7c8015c9ae77664d0b0680a81cfcc979d5a03.zip | |
add channel emoji css class
Diffstat (limited to 'src')
| -rw-r--r-- | src/invidious/comments.cr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invidious/comments.cr b/src/invidious/comments.cr index 6c323bc1..56622dec 100644 --- a/src/invidious/comments.cr +++ b/src/invidious/comments.cr @@ -701,7 +701,7 @@ def content_to_comment_html(content, video_id : String? = "") str << %(title=") << emojiAlt << "\" " str << %(width=") << emojiThumb["width"] << "\" " str << %(height=") << emojiThumb["height"] << "\" " - str << %(style="margin-right:2px;margin-left:2px;"/>) + str << %(class="channel-emoji"/>) end else # Hide deleted channel emoji |
