From d18fc22c077e9a0af2c2378e968d2681207093ec Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Sat, 22 Mar 2025 16:19:30 -0500 Subject: [PATCH] Fixed hovercard width for narrow screens --- bookface_auto.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/bookface_auto.css b/bookface_auto.css index 43a552a..4c034ab 100644 --- a/bookface_auto.css +++ b/bookface_auto.css @@ -1,8 +1,8 @@ /* Name : Bookface Auto Color Mode - 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 */ @@ -2537,6 +2537,9 @@ body.mod-settings #delegation .contact-block-img { background-color: var(--link-color) !important; color: #fff !important; } + .hovercard { + max-width: 100%; + } } /* Narrow Screen Phones in Landscape Orientation ============================================== @@ -5295,6 +5298,9 @@ a.tag.label, background-color: var(--link-color) !important; color: #000 !important; } + .hovercard { + max-width: 100%; + } } /* Narrow Screen Phones in Landscape Orientation ==============================================