diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index c2b60a6de..3a137875b 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1979,6 +1979,11 @@ code > .hl-main { color: $font_color_darker; background-color: transparent; } +@media screen and (max-width: 767px) { + .wall-item-actions .like-rotator { + padding-top: 8px; + } +} .wall-item-actions .active { font-weight: bold; color: $link_color; diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index 3f0ede6b1..bfdbf9058 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -436,28 +436,24 @@ as the value of $top_child_total (this is done at the end of this file) -