remotes/1693045480750635534/spooky-22
Aevann1 2022-03-22 16:57:04 +02:00
parent 97a2342313
commit 9b566b8f05
1 changed files with 41 additions and 40 deletions

View File

@ -76,46 +76,7 @@
</div>
</div>
<script src="/assets/js/socketio.js"></script>
<style>
#chat-window {
max-height:calc(100vh - 300px);
overflow-y: scroll;
}
.fullchat .chat-profile {
min-width: 42px;
width: 42px;
height: 42px;
}
#chat-window::-webkit-scrollbar {
display: none;
}
#chat-window {
-ms-overflow-style: none;
scrollbar-width: none;
}
.chat-mention {
background-color: var(--primary55);
border-radius: 5px;
}
.profile-pic-30 {
width: 30px;
height: 30px;
border-radius: 50%;
text-align: center;
object-fit: cover;
}
.chat-message p {
display: inline-block;
}
</style>
<script data-cfasync="false" src="/assets/js/socketio.js"></script>
<script data-cfasync="false">
let socket=io()
@ -268,6 +229,46 @@
})
</script>
<style>
#chat-window {
max-height:calc(100vh - 300px);
overflow-y: scroll;
}
.fullchat .chat-profile {
min-width: 42px;
width: 42px;
height: 42px;
}
#chat-window::-webkit-scrollbar {
display: none;
}
#chat-window {
-ms-overflow-style: none;
scrollbar-width: none;
}
.chat-mention {
background-color: var(--primary55);
border-radius: 5px;
}
.profile-pic-30 {
width: 30px;
height: 30px;
border-radius: 50%;
text-align: center;
object-fit: cover;
}
.chat-message p {
display: inline-block;
}
</style>
{% include "emoji_modal.html" %}
{% endblock %}