This commit is contained in:
2026-07-23 21:16:25 +02:00
parent 28ed8d985c
commit b319f21cd4
2 changed files with 3 additions and 2 deletions

View File

@@ -3742,7 +3742,7 @@ html[theme="f0ck95"] ._204863 .location::before {
display: inline-block;
width: 16px;
height: 16px;
background-image: url('/s/img/favicon.gif');
background-image: var(--favicon-url, url('/s/img/favicon.gif'));
background-size: contain;
background-repeat: no-repeat;
background-position: center;
@@ -3903,7 +3903,7 @@ html[theme="f0ck95d"] ._204863 .location::before {
display: inline-block;
width: 16px;
height: 16px;
background-image: url('/s/img/favicon.gif');
background-image: var(--favicon-url, url('/s/img/favicon.gif'));
background-size: contain;
background-repeat: no-repeat;
background-position: center;