Update themingcontroller.php
This commit is contained in:
parent
fa361ba968
commit
fa814b9715
|
@ -221,10 +221,11 @@ class ThemingController extends Controller {
|
|||
if($logo !== '') {
|
||||
$responseCss .= sprintf('#header .logo {
|
||||
background-image: url(\'./logo?v='.$cacheBusterValue.'\');
|
||||
background-size: contain;
|
||||
}
|
||||
#header .logo-icon {
|
||||
background-image: url(\'./logo?v='.$cacheBusterValue.'\');
|
||||
background-size: 62px 34px;
|
||||
background-size: contain;
|
||||
}'
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue