diff --git a/less/topic.less b/less/topic.less index 7c3c1de..3e587cc 100644 --- a/less/topic.less +++ b/less/topic.less @@ -115,6 +115,24 @@ padding: 0; } } + + @media (max-width: @screen-sm-max) { + .content { + margin-left: 0; + margin-top: -10px; + } + + .posts .icon { + min-width: 0; + min-height: 0; + margin-top: -4px; + + img { + width: 23px; + height: 23px; + } + } + } } diff --git a/templates/topic.tpl b/templates/topic.tpl index 18722a2..f68946d 100644 --- a/templates/topic.tpl +++ b/templates/topic.tpl @@ -24,7 +24,7 @@