diff --git a/assets/less/mio/classes/forum/topics.less b/assets/less/mio/classes/forum/topics.less index a429836b..326bd6cb 100644 --- a/assets/less/mio/classes/forum/topics.less +++ b/assets/less/mio/classes/forum/topics.less @@ -89,18 +89,33 @@ text-align: center; padding-left: 1px; min-width: 70px; + flex-direction: column; + justify-content: center; } &__activity { min-width: 200px; padding-left: 3px; + align-items: center; + + &__info { + flex-grow: 1; + flex-shrink: 1; + margin-left: 3px; + } + + &__avatar { + width: 36px; + height: 36px; + flex-grow: 0; + flex-shrink: 0; + margin-right: 2px; + } } &__stats, &__activity { - display: inline-flex; - flex-direction: column; - justify-content: center; + display: flex; flex-shrink: 0; flex-grow: 0; border-left: 1px solid #9475b2; diff --git a/views/mio/forum/macros.twig b/views/mio/forum/macros.twig index 98e2a763..1d4ab2b4 100644 --- a/views/mio/forum/macros.twig +++ b/views/mio/forum/macros.twig @@ -173,17 +173,27 @@
-
- - {{ topic.response_created }} - -
- {% if topic.respondent_id is not null %} -
- by - {{ topic.respondent_name }} +
+
+ + {{ topic.response_created }}
+ {% if topic.respondent_id is not null %} +
+ by + {{ topic.respondent_name }} + +
+ {% endif %} +
+ + {% if topic.respondent_id is not null %} + + {% endif %}