Fixed hovercard width for narrow screens
This commit is contained in:
parent
d18fc22c07
commit
82902d7cfa
1 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
/*
|
||||
Name : Bookface Dark
|
||||
Version : 1.5.16
|
||||
Version : 1.5.17
|
||||
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
|
||||
*/
|
||||
|
||||
|
@ -2527,6 +2527,9 @@ body.mod-settings #delegation .contact-block-img {
|
|||
background-color: var(--link-color) !important;
|
||||
color: #000 !important;
|
||||
}
|
||||
.hovercard {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
/* Narrow Screen Phones in Landscape Orientation
|
||||
==============================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue