From 82902d7cfa49f4f9e3f7ba4e8dc0ab4d06bd247e Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Sat, 22 Mar 2025 16:20:08 -0500 Subject: [PATCH] Fixed hovercard width for narrow screens --- bookface_dark.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bookface_dark.css b/bookface_dark.css index a49a8f5..06e51ae 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -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 ==============================================