Skip to content

Commit

Permalink
Update embed.html
Browse files Browse the repository at this point in the history
Initial commit had the fix in the wrong area. Should be good now.

Signed-off-by: KyrunaKJ <[email protected]>
  • Loading branch information
KyrunaKJ authored Sep 11, 2023
1 parent 2e10271 commit 28ee71b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/views/embed.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="chat" class="chat">
<div id="chat" class="chat pref-hidensfw pref-hidensfl">
<div id="chat-windows-select"></div>

<div id="chat-poll-frame">
Expand Down Expand Up @@ -61,7 +61,7 @@
</div>
</div>

<div id="chat-settings" class="chat-menu right pref-hidensfw pref-hidensfl">
<div id="chat-settings" class="chat-menu right">
<div class="chat-menu-inner">
<div class="toolbar">
<h5><span>Settings</span> <i class="chat-menu-close"></i></h5>
Expand Down

0 comments on commit 28ee71b

Please sign in to comment.