|
|
@@ -1949,7 +1949,7 @@ function loadAppearance(appearance){
|
|
|
$('#main-logo').html(appearance.title);
|
|
|
$('#side-logo').html(appearance.title);
|
|
|
}else{
|
|
|
- $('#main-logo').html('<img alt="home" class="dark-logo" height="60px" src="'+appearance.logo+'">');
|
|
|
+ $('#main-logo').html('<img alt="home" class="dark-logo" height="40px" src="'+appearance.logo+'">');
|
|
|
$('#side-logo').html('<img alt="home" height="35px" src="'+appearance.logo+'">');
|
|
|
}
|
|
|
if(appearance.headerColor !== ''){
|