From b6df0cef4a893f05b005bbb34a225a0ee44fa6b3 Mon Sep 17 00:00:00 2001 From: David Scott Bernstein Date: Thu, 25 Oct 2018 11:08:49 -0700 Subject: [PATCH] Moved post action block to bottom of post frame Fixed request by @iangilman related to #53 - Moved post actions to the bottom of post frame instead of at the bottom of post text --- assets/styles/style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/assets/styles/style.css b/assets/styles/style.css index 9354efd..7e22e1b 100755 --- a/assets/styles/style.css +++ b/assets/styles/style.css @@ -448,7 +448,7 @@ PLUGIN STYLES .header-submenu .bp-navs { z-index:100; - overflow: visible + overflow: visible } @media (min-width:768px) { @@ -491,3 +491,13 @@ PLUGIN STYLES font-style: italic; color: #808080; } + +.bbp-meta { + position: absolute; + bottom: 0; + right: 0; +} + +.bbp-reply-content { + position: relative; +}