mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 19:14:26 +02:00
Fix for Issue #23
This commit is contained in:
parent
26e4e26873
commit
7d925f5d93
1 changed files with 18 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
Name : Bookface Light
|
Name : Bookface Light
|
||||||
Version : 1.5.19
|
Version : 1.5.20
|
||||||
Licence : AGPL
|
Licence : AGPL
|
||||||
Created on : 22 Mar 2025
|
Created on : 23 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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -1187,6 +1187,22 @@ ul.nav-tabs {
|
||||||
.coverphoto:has(> :last-child:nth-child(n+4)) img {
|
.coverphoto:has(> :last-child:nth-child(n+4)) img {
|
||||||
height: 25%;
|
height: 25%;
|
||||||
}
|
}
|
||||||
|
/* Contact Info Blocks */
|
||||||
|
.contact-info {
|
||||||
|
padding-bottom: 10px;
|
||||||
|
}
|
||||||
|
.contact-info .media-heading,
|
||||||
|
.contact-info small {
|
||||||
|
margin-right: 40px !important;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
.contact-info .media-heading small {
|
||||||
|
margin-right: 0px !important;
|
||||||
|
}
|
||||||
|
.contact-info .navicon,
|
||||||
|
.contact-info .fa {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
/* not obviously clickable or intuitive what it does */
|
/* not obviously clickable or intuitive what it does */
|
||||||
.plink.u-url {
|
.plink.u-url {
|
||||||
/* uncomment to outline as a button
|
/* uncomment to outline as a button
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue