diff --git a/README.md b/README.md index fc8c71b..675065d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ BOOKFACE FOR FRIENDICA ====================== -Version 1.5.8 +Version 1.5.12 **Description:** A Friendica Theme Template/Scheme for the "Frio" theme that gives it a modern makeover. @@ -269,6 +269,9 @@ I figured out how the "Frio" theme worked by looking at the code. I may not be 1 * Fixed Accept Contact button [Issue #19] * Fixed misaligned close button [Issue #20] * Cleanup of Compose mobile drop-down menu and button. +* Fixed misalignment of Cancel/Submit buttons on contact request [Issue #22] +* Additional fix for "Post in Group" button label spacing [Issue #16] +* Made Delegation/Account-Switch Profile Photos round. 1.5 (27 Feb 2025) * fixed browser "Share to.." button display and sizing [Issue #3] diff --git a/bookface_auto.css b/bookface_auto.css index cbe92b7..3606ba2 100644 --- a/bookface_auto.css +++ b/bookface_auto.css @@ -1,8 +1,8 @@ /* Name : Bookface Auto Color Mode - Version : 1.5.8 + Version : 1.5.12 Licence : AGPL - Created on : 27 Feb 2025 + Created on : 10 Mar 2025 Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml */ @@ -539,6 +539,15 @@ #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; @@ -571,6 +580,8 @@ line-height: 32px; top: 6px; position:relative; + display: block; + padding-right: 30px; } #contact-edit-status-wrapper { margin: 15px 0px !important; @@ -1695,6 +1706,24 @@ a.tag.label, color: white; border: none; } +/* Delegation Buttons and Profile Photos */ +body.mod-delegation .identity-match-photo > button { + background-color: transparent !important; + margin-bottom: 10px; +} +body.mod-delegation .identity-match-photo img, +body.mod-settings #delegation .contact-block-img { + border-radius: 100% !important; +} +/* Delegation Buttons and Profile Photos */ +body.mod-delegation .identity-match-photo > button { + background-color: transparent !important; + margin-bottom: 10px; +} +body.mod-delegation .identity-match-photo img, +body.mod-settings #delegation .contact-block-img { + border-radius: 100% !important; +} /* Greater than Full-HD Width =========================== */ @@ -3187,6 +3216,15 @@ header #banner { #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; @@ -3219,6 +3257,8 @@ header #banner { line-height: 32px; top: 6px; position:relative; + display: block; + padding-right: 30px; } #contact-edit-status-wrapper { margin: 15px 0px !important; diff --git a/bookface_dark.css b/bookface_dark.css index 4663246..1c61772 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -1,8 +1,8 @@ /* Name : Bookface Dark - Version : 1.5.8 + Version : 1.5.12 Licence : AGPL - Created on : 27 Feb 2025 + Created on : 10 Mar 2025 Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml */ @@ -538,6 +538,15 @@ header #banner { #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; @@ -570,6 +579,8 @@ header #banner { line-height: 32px; top: 6px; position:relative; + display: block; + padding-right: 30px; } #contact-edit-status-wrapper { margin: 15px 0px !important; @@ -1691,6 +1702,15 @@ a.tag.label, color: white; border: none; } +/* Delegation Buttons and Profile Photos */ +body.mod-delegation .identity-match-photo > button { + background-color: transparent !important; + margin-bottom: 10px; +} +body.mod-delegation .identity-match-photo img, +body.mod-settings #delegation .contact-block-img { + border-radius: 100% !important; +} /* Greater than Full-HD Width =========================== */ diff --git a/bookface_light.css b/bookface_light.css index f74685e..4c8b9fd 100644 --- a/bookface_light.css +++ b/bookface_light.css @@ -1,8 +1,8 @@ /* Name : Bookface Light - Version : 1.5.8 + Version : 1.5.12 Licence : AGPL - Created on : 27 Feb 2025 + Created on : 10 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; @@ -570,6 +579,8 @@ ul.nav-tabs { line-height: 32px; top: 6px; position:relative; + display: block; + padding-right: 30px; } #contact-edit-status-wrapper { margin: 15px 0px !important; @@ -1691,6 +1702,15 @@ a.tag.label, color: white; border: none; } +/* Delegation Buttons and Profile Photos */ +body.mod-delegation .identity-match-photo > button { + background-color: transparent !important; + margin-bottom: 10px; +} +body.mod-delegation .identity-match-photo img, +body.mod-settings #delegation .contact-block-img { + border-radius: 100% !important; +} /* Greater than Full-HD Width =========================== */