This commit is contained in:
retoor 2025-04-17 00:05:25 +02:00
parent 4cc70640e4
commit 1cd0b54656
3 changed files with 15 additions and 2 deletions
src/snek

View File

@ -373,13 +373,24 @@ a {
left: 0;
text-overflow: ellipsis;
width:100%;
display: flex;
flex-direction: column;
.logo {
display:block;
flex: 1;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
h2 {
font-size: 14px;
}
text-align: center;
}
nav {
text-align: right;
flex: 1;
display: block;
width: 100%;
}
}

View File

@ -61,4 +61,6 @@ div {
body {
justify-content: flex-start;
}
}
}

View File

@ -26,7 +26,7 @@
{% endblock %}
{% block main %}
<section class="chat-area">
<section class="chat-area" style="padding:10px">
{% autoescape false %}
{% markdown %}
{{ profile }}