From 3e5ec95dcd0bf0ccc19cd9480a633e8a6ab8c09c Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Mon, 10 Feb 2020 08:06:12 -0500 Subject: [PATCH] [frio] Fix more action button position on Firefox --- view/theme/frio/css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index f3dfe38161..00cd682cbc 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1593,7 +1593,6 @@ aside .panel-body { .wall-item-container.panel-body { padding: 0; border-top: none; - overflow: hidden; } .wall-item-container .media { @@ -1908,7 +1907,7 @@ code > .hl-main { margin: 0 .3em; } .wall-item-actions .more-links { - position: absolute; + vertical-align: baseline; } .wall-item-responses > div > p { -- 2.39.5