Skip to content

Commit ca5007f

Browse files
committed
Fixed styles for discussions on mobile
1 parent b7325cd commit ca5007f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vanilla/applications/vanilla/views/categories/helper_functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ function writeListItem($category, $depth) {
221221
t('%s discussions')
222222
), bigPlural(val('CountAllDiscussions', $category), '%s discussion')) ?>
223223
</span>
224-
<span class="MiddleDot">&#183;</span>
224+
<span class="MItem MiddleDot">&#183;</span>
225225
<span class="MItem CommentCount">
226226
<?php echo sprintf(
227227
pluralTranslate(

vanilla/applications/vanilla/views/discussions/helper_functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ function writeDiscussion($discussion, $sender, $session) {
220220
'%s comment html', '%s comments html', t('%s comment'), t('%s comments')),
221221
bigPlural($discussion->CountComments, '%s comment'));
222222
?></span>
223-
<span class="MiddleDot">&#183;</span>
223+
<span class="MItem MiddleDot">&#183;</span>
224224
<span class="MItem MCount ViewCount"><?php
225225
printf(pluralTranslate($discussion->CountViews,
226226
'%s view html', '%s views html', t('%s view'), t('%s views')),

0 commit comments

Comments
 (0)