Fix for Issue #22

This commit is contained in:
Random Penguin 2025-03-09 15:09:46 -05:00
parent fd9738dbaa
commit 18a97400c2

View file

@ -1,8 +1,8 @@
/* /*
Name : Bookface Auto Color Mode Name : Bookface Auto Color Mode
Version : 1.5.8 Version : 1.5.9
Licence : AGPL 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 Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml
*/ */
@ -539,6 +539,15 @@
#photo-edit-end { #photo-edit-end {
clear: both; 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 */ /* make textareas resize in the correct direction */
body.mod-settings textarea { body.mod-settings textarea {
resize: vertical !important; resize: vertical !important;
@ -3187,6 +3196,15 @@ header #banner {
#photo-edit-end { #photo-edit-end {
clear: both; 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 */ /* make textareas resize in the correct direction */
body.mod-settings textarea { body.mod-settings textarea {
resize: vertical !important; resize: vertical !important;