From 0fcadbfa793adb90aa5ce802ee84358d8e53569e Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Sat, 3 May 2025 14:55:04 -0500 Subject: [PATCH] Fix(?) for slow-loading second toolbar in Safari --- bookface_auto.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/bookface_auto.css b/bookface_auto.css index a385df6..2283ab7 100644 --- a/bookface_auto.css +++ b/bookface_auto.css @@ -1,8 +1,8 @@ /* Name : Bookface Auto Color Mode - Version : 1.6.8 + Version : 1.7.0 Licence : AGPL - Created on : 01 MAY 2025 + Created on : 03 MAY 2025 Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml */ @@ -2093,8 +2093,10 @@ body.mod-settings #delegation .contact-block-img { :blank works but is poorly supported, :not(has(*)) works but not in old browsers */ - body.mod-profile aside:not(:has(*)) + #content { - margin-top: 0; + @supports not (background: -webkit-named-image(i)) { + body.mod-profile aside:not(:has(*)) + #content { + margin-top: 0; + } } } body.mod-contact aside, @@ -5057,8 +5059,10 @@ a.tag.label, :blank works but is poorly supported, :not(has(*)) works but not in old browsers */ - body.mod-profile aside:not(:has(*)) + #content { - margin-top: 0; + @supports not (background: -webkit-named-image(i)) { + body.mod-profile aside:not(:has(*)) + #content { + margin-top: 0; + } } } body.mod-contact aside,