mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
Fixed hovercard width for narrow screens
This commit is contained in:
parent
581b2a9f2c
commit
d18fc22c07
1 changed files with 8 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
Name : Bookface Auto Color Mode
|
Name : Bookface Auto Color Mode
|
||||||
Version : 1.5.16
|
Version : 1.5.17
|
||||||
Licence : AGPL
|
Licence : AGPL
|
||||||
Created on : 20 Mar 2025
|
Created on : 22 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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -2537,6 +2537,9 @@ body.mod-settings #delegation .contact-block-img {
|
||||||
background-color: var(--link-color) !important;
|
background-color: var(--link-color) !important;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
.hovercard {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/* Narrow Screen Phones in Landscape Orientation
|
/* Narrow Screen Phones in Landscape Orientation
|
||||||
==============================================
|
==============================================
|
||||||
|
@ -5295,6 +5298,9 @@ a.tag.label,
|
||||||
background-color: var(--link-color) !important;
|
background-color: var(--link-color) !important;
|
||||||
color: #000 !important;
|
color: #000 !important;
|
||||||
}
|
}
|
||||||
|
.hovercard {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/* Narrow Screen Phones in Landscape Orientation
|
/* Narrow Screen Phones in Landscape Orientation
|
||||||
==============================================
|
==============================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue