Update
This commit is contained in:
parent
ac0f30e941
commit
65f1ea729c
|
@ -66,6 +66,10 @@ html, body {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.media_attachments img {
|
||||
max-width: 45%;
|
||||
}
|
||||
|
||||
#body {
|
||||
display: none;
|
||||
min-height: 75vh;
|
||||
|
|
|
@ -19,15 +19,15 @@
|
|||
</div>
|
||||
|
||||
|
||||
<div style="padding: 1rem; text-align: start;">
|
||||
<div class="content" style="padding: 1rem; text-align: start;">
|
||||
{content}
|
||||
</div>
|
||||
|
||||
<div style="padding: 1rem;">
|
||||
<div class="media_attachments" style="padding: 1rem;">
|
||||
{media_attachments}
|
||||
</div>
|
||||
|
||||
<div style="padding: 1rem;">
|
||||
<div class="tags" style="padding: 1rem;">
|
||||
<a href="https://{server_address}/tags/MelawyLinux">#<span>MelawyLinux</span></a>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue