mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
Update themingcontroller.php
This commit is contained in:
parent
194c385c7a
commit
183d4d8e99
1 changed files with 2 additions and 1 deletions
|
|
@ -224,10 +224,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 a new issue