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:
parent
24beec9237
commit
283996396c
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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="">
|
||||
|
|
Loading…
Reference in New Issue