From 53a54258a4e39e4fabe80791839dc01088a15eee Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Sun, 9 Mar 2025 15:12:09 -0500 Subject: [PATCH] Fixed Issue #22 --- bookface_light.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/bookface_light.css b/bookface_light.css index 5e0d34f..09a732f 100644 --- a/bookface_light.css +++ b/bookface_light.css @@ -1,8 +1,8 @@ /* Name : Bookface Light - Version : 1.5.8 + Version : 1.5.9 Licence : AGPL - Created on : 27 Feb 2025 + Created on : 09 Mar 2025 Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml */ @@ -538,6 +538,15 @@ ul.nav-tabs { #photo-edit-end { clear: both; } + /* Group Request Cancel/Confirm */ + #dfrn-request-submit-wrapper input { + margin: 5px; + } + #dfrn-request-submit-wrapper::after { + content: ''; + display: block; + clear: both; + } /* make textareas resize in the correct direction */ body.mod-settings textarea { resize: vertical !important;