More fullbrutalism css fixes

Remember that brutalism isn't the absence of design! It's design that makes
function visible and eschews non-functional finish.
This commit is contained in:
Jason McBrayer 2018-06-13 13:35:21 -04:00
parent 24beec9237
commit 283996396c
2 changed files with 16 additions and 1 deletions

View File

@ -252,3 +252,18 @@ label
margin-top: 0.5ex;
margin-bottom: 0.5ex;
}
.account-avatar
{
display: inline-block;
}
.reblog-icon
{
margin-top: 32px;
display: inline-block;
}
.media-content
{
margin-top: 1ex;
}

View File

@ -10,7 +10,7 @@
{% endif %}
<figure class="media-left">
<p class="image is-64x64">
<p class="image is-64x64 account-avatar">
<a href="{% url "user" toot.account.acct %}">
<img src="{{ toot.account.avatar }}"
alt="">