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;

View File

@@ -22,6 +22,7 @@
}
@endif
:root {
--favicon-url: url('@if(custom_favicon && custom_favicon.length > 0){{ custom_favicon }}@else/s/img/favicon.gif@endif');
@if(session && session.font)
--font: 'CustomUserFont', monospace !important;
@elseif(typeof default_font !== 'undefined' && default_font && default_font.length > 0)