From: Damian Wajer Date: Wed, 18 Jan 2023 12:50:12 +0000 (+0100) Subject: [frio] Improve responses markup and alignment X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4d0684d3d5fdd70f643049ddc2885eeac1bdeb9b;p=friendica.git [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 --- 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) -