mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
Fix for Issue #23
This commit is contained in:
parent
c01241a6a8
commit
26e4e26873
1 changed files with 18 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
/*
|
||||
Name : Bookface Dark
|
||||
Version : 1.5.19
|
||||
Version : 1.5.20
|
||||
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
|
||||
*/
|
||||
|
||||
|
@ -1187,6 +1187,22 @@ aside .widget li:hover {
|
|||
.coverphoto:has(> :last-child:nth-child(n+4)) img {
|
||||
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 */
|
||||
.plink.u-url {
|
||||
/* uncomment to outline as a button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue