fix home screen
This commit is contained in:
parent
4c4bac25a5
commit
1aec8cf362
1 changed files with 2 additions and 2 deletions
|
@ -230,7 +230,7 @@ pandora.ui.home = function() {
|
||||||
$findInput.focusInput(true);
|
$findInput.focusInput(true);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
$logo.animate({width: '256px'}, 500);
|
$logo.animate({width: '320px'}, 500);
|
||||||
return that;
|
return that;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -253,7 +253,7 @@ pandora.ui.home = function() {
|
||||||
|
|
||||||
that.showScreen = function(callback) {
|
that.showScreen = function(callback) {
|
||||||
var $elements = that.find(':not(.logo)'), count = 0;
|
var $elements = that.find(':not(.logo)'), count = 0;
|
||||||
$logo.css({width: '256px'});
|
$logo.css({width: '320px'});
|
||||||
that.css({opacity: 1}).appendTo(Ox.$body);
|
that.css({opacity: 1}).appendTo(Ox.$body);
|
||||||
that.find(':not(#logo)').css({opacity: 1});
|
that.find(':not(#logo)').css({opacity: 1});
|
||||||
$elements.animate({opacity: 1}, 500, function() {
|
$elements.animate({opacity: 1}, 500, function() {
|
||||||
|
|
Loading…
Reference in a new issue