Change loading gif to transparent
This commit is contained in:
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 |
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue