-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor and wrap chatlog elements in new "chatlog__reactions" div cl…
…ass.
- Loading branch information
1 parent
e416f02
commit 242b270
Showing
5 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,9 @@ | |
{{EMBEDS}} | ||
|
||
{{COMPONENTS}} | ||
|
||
<div class=chatlog__reactions> | ||
{{EMOJI}} | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,9 @@ | |
|
||
{{COMPONENTS}} | ||
|
||
{{EMOJI}} | ||
<div class=chatlog__reactions> | ||
{{EMOJI}} | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<div class=chatlog__reaction> | ||
<div class=chatlog__reaction> | ||
<img class="emoji emoji--small" src="https://cdn.discordapp.com/emojis/{{EMOJI}}.{{EMOJI_FILE}}"> | ||
<span class="chatlog__reaction-count">{{EMOJI_COUNT}}</span> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<div class=chatlog__reaction> | ||
{{EMOJI}} | ||
<span class="chatlog__reaction-count">{{EMOJI_COUNT}}</span> | ||
</div> | ||
</div> |