Scheduled wideposting to fix itself in February, closes #103.

This commit is contained in:
flash 2019-01-05 18:33:12 +01:00
parent ad6d4d9ec4
commit 142165338e
2 changed files with 8 additions and 2 deletions

View file

@ -73,7 +73,8 @@
&__info {
&__content {
min-width: 150px;
width: 150px;
word-break: break-all;
text-align: center;
display: flex;
flex-direction: column;
@ -81,6 +82,11 @@
padding: 15px;
flex: 0 0 auto;
margin-right: 4px;
&--tolerate-wide {
width: auto;
min-width: 150px;
}
}
&__background {

View file

@ -385,7 +385,7 @@
</div>
</div>
<div class="forum__post__content">
<div class="forum__post__content{% if null|date('Ym') < 201902 %} forum__post__info__content--tolerate-wide{% endif %}">
<div class="forum__post__details">
<a class="forum__post__datetime" href="/forum/topic.php?t={{ post.topic_id }}#p{{ post.post_id }}">
<time datetime="{{ post.post_created|date('c') }}" title="{{ post.post_created|date('r') }}">{{ post.post_created|time_diff }}</time>