Fix(?) for slow-loading second toolbar in Safari

This commit is contained in:
Random Penguin 2025-05-03 14:53:51 -05:00
parent 81f75faf0a
commit c738654f98

View file

@ -1,8 +1,8 @@
/* /*
Name : Bookface Dark Name : Bookface Dark
Version : 1.6.9 Version : 1.7.0
Licence : AGPL 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 Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml
*/ */
@ -2084,10 +2084,12 @@ body.mod-settings #delegation .contact-block-img {
:blank works but is poorly supported, :blank works but is poorly supported,
:not(has(*)) works but not in old browsers :not(has(*)) works but not in old browsers
*/ */
@supports not (background: -webkit-named-image(i)) {
body.mod-profile aside:not(:has(*)) + #content { body.mod-profile aside:not(:has(*)) + #content {
margin-top: 0; margin-top: 0;
} }
} }
}
body.mod-contact aside, body.mod-contact aside,
body.mod-photos aside, body.mod-photos aside,
body.mod-profile aside { body.mod-profile aside {