- 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.
This commit is contained in:
parent
f5e3603b41
commit
cf53f84941
4 changed files with 90 additions and 7 deletions
|
@ -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]
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
===========================
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
===========================
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue