mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
Fix(?) for slow-loading second toolbar in Safari
This commit is contained in:
parent
c738654f98
commit
0fcadbfa79
1 changed files with 10 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
Name : Bookface Auto Color Mode
|
Name : Bookface Auto Color Mode
|
||||||
Version : 1.6.8
|
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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -2093,8 +2093,10 @@ 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
|
||||||
*/
|
*/
|
||||||
body.mod-profile aside:not(:has(*)) + #content {
|
@supports not (background: -webkit-named-image(i)) {
|
||||||
margin-top: 0;
|
body.mod-profile aside:not(:has(*)) + #content {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
body.mod-contact aside,
|
body.mod-contact aside,
|
||||||
|
@ -5057,8 +5059,10 @@ a.tag.label,
|
||||||
: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
|
||||||
*/
|
*/
|
||||||
body.mod-profile aside:not(:has(*)) + #content {
|
@supports not (background: -webkit-named-image(i)) {
|
||||||
margin-top: 0;
|
body.mod-profile aside:not(:has(*)) + #content {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
body.mod-contact aside,
|
body.mod-contact aside,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue