From 4d0684d3d5fdd70f643049ddc2885eeac1bdeb9b Mon Sep 17 00:00:00 2001 From: Damian Wajer Date: Wed, 18 Jan 2023 13:50:12 +0100 Subject: [PATCH] [frio] Improve responses markup and alignment Reduce additional spacing between button groups and use the correct markup according to the docs: https://getbootstrap.com/docs/3.4/components/#btn-groups --- view/theme/frio/css/style.css | 5 +++++ view/theme/frio/templates/wall_thread.tpl | 14 ++++---------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index c2b60a6de1..3a137875b8 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 3f0ede6b10..bfdbf90582 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) -