Change loading gif to transparent

This commit is contained in:
cuom1999 2023-08-23 22:21:05 -05:00
parent 57136d9652
commit fdbfa01f6b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 542 KiB

After

Width:  |  Height:  |  Size: 73 KiB

View file

@ -639,7 +639,7 @@
</div>
<div id="chat-box">
<img src="{{static('loading.gif')}}" id="loader">
<img src="{{static('loading.gif')}}" id="loader" height="2em">
<ul id="chat-log" style="display: none">
{% include 'chat/message_list.html' %}
</ul>