Fixed spacing of "Post to Group" label [Issue #16]

This commit is contained in:
Random Penguin 2025-03-09 15:40:35 -05:00
parent ece45d8b9f
commit c82c80e8d6

View file

@ -1,6 +1,6 @@
/* /*
Name : Bookface Auto Color Mode Name : Bookface Auto Color Mode
Version : 1.5.9 Version : 1.5.10
Licence : AGPL Licence : AGPL
Created on : 09 Mar 2025 Created on : 09 Mar 2025
Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml
@ -580,6 +580,8 @@
line-height: 32px; line-height: 32px;
top: 6px; top: 6px;
position:relative; position:relative;
display: block;
padding-right: 30px;
} }
#contact-edit-status-wrapper { #contact-edit-status-wrapper {
margin: 15px 0px !important; margin: 15px 0px !important;
@ -3237,6 +3239,8 @@ header #banner {
line-height: 32px; line-height: 32px;
top: 6px; top: 6px;
position:relative; position:relative;
display: block;
padding-right: 30px;
} }
#contact-edit-status-wrapper { #contact-edit-status-wrapper {
margin: 15px 0px !important; margin: 15px 0px !important;