Scheduled wideposting to fix itself in February, closes #103.
This commit is contained in:
parent
ad6d4d9ec4
commit
142165338e
2 changed files with 8 additions and 2 deletions
|
@ -73,7 +73,8 @@
|
||||||
&__info {
|
&__info {
|
||||||
|
|
||||||
&__content {
|
&__content {
|
||||||
min-width: 150px;
|
width: 150px;
|
||||||
|
word-break: break-all;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -81,6 +82,11 @@
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
|
|
||||||
|
&--tolerate-wide {
|
||||||
|
width: auto;
|
||||||
|
min-width: 150px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__background {
|
&__background {
|
||||||
|
|
|
@ -385,7 +385,7 @@
|
||||||
</div>
|
</div>
|
||||||
</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">
|
<div class="forum__post__details">
|
||||||
<a class="forum__post__datetime" href="/forum/topic.php?t={{ post.topic_id }}#p{{ post.post_id }}">
|
<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>
|
<time datetime="{{ post.post_created|date('c') }}" title="{{ post.post_created|date('r') }}">{{ post.post_created|time_diff }}</time>
|
||||||
|
|
Loading…
Add table
Reference in a new issue