mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-27 09:10:08 -05:00
Fix image style bug introduced in last commit
This commit is contained in:
parent
cce0fe0186
commit
cffa271394
@ -48,18 +48,18 @@ figure.media-left p.image a img
|
||||
background-color: #FFF8DC;
|
||||
}
|
||||
|
||||
article.media .content img
|
||||
{
|
||||
max-height: 1.5rem;
|
||||
max-width: 1.5rem;
|
||||
}
|
||||
|
||||
h2.subtitle
|
||||
{
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
article.media.user-info .content img
|
||||
{
|
||||
max-height: 1.5rem;
|
||||
max-width: 1.5rem;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.media {
|
||||
display: block;
|
||||
|
@ -24,7 +24,7 @@ mastodon.search("<query>")
|
||||
<div class="container">
|
||||
<h2 class="subtitle">Users</h2>
|
||||
{% for user in results.accounts %}
|
||||
<article class="media">
|
||||
<article class="media user-info">
|
||||
<figure class="media-left">
|
||||
<p class="image is-64x64">
|
||||
<a href="{% url "user" user.acct %}">
|
||||
|
Loading…
Reference in New Issue
Block a user