Update css.

This commit is contained in:
retoor 2025-04-01 20:08:01 +02:00
parent 32e0c959e8
commit 87b48af551
2 changed files with 14 additions and 2 deletions
src/snek
static
templates

View File

@ -347,3 +347,15 @@ a {
color: #fff;
}
@media only screen and (max-width: 600px) {
header{
position: sticky;
display: block;
.logo {
display:block;
}
}
.chat-input {
position:sticky;
}
}

View File

@ -12,10 +12,10 @@
{% endfor %}
</div>
<chat-window style="display:none" class="chat-area"></chat-window>
<div class="chat-input">
<footer class="chat-input">
<textarea placeholder="Type a message..." rows="2"></textarea>
<upload-button channel="{{ channel.uid.value }}"></upload-button>
</div>
</footer>
</section>
<script type="module">