Update.
This commit is contained in:
parent
4cc70640e4
commit
1cd0b54656
@ -373,13 +373,24 @@ a {
|
|||||||
left: 0;
|
left: 0;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
width:100%;
|
width:100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
.logo {
|
.logo {
|
||||||
|
display:block;
|
||||||
|
flex: 1;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
nav {
|
||||||
|
text-align: right;
|
||||||
|
flex: 1;
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -61,4 +61,6 @@ div {
|
|||||||
body {
|
body {
|
||||||
|
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block main %}
|
{% block main %}
|
||||||
<section class="chat-area">
|
<section class="chat-area" style="padding:10px">
|
||||||
{% autoescape false %}
|
{% autoescape false %}
|
||||||
{% markdown %}
|
{% markdown %}
|
||||||
{{ profile }}
|
{{ profile }}
|
||||||
|
Loading…
Reference in New Issue
Block a user