Commit 37eb448b by doszhang

dos

parent 331705d3
...@@ -144,7 +144,7 @@ function initPage() { ...@@ -144,7 +144,7 @@ function initPage() {
const spacing = (headerHeight - transformTop - logoHeight - inputHeight) / 3; const spacing = (headerHeight - transformTop - logoHeight - inputHeight) / 3;
$('.logo').css('top', spacing + 'px'); $('.logo').css('top', spacing + 'px');
$('.input-wrapper').css('top', spacing * 2 + logoHeight); $('.input-wrapper').css('top', spacing * 2 + logoHeight + 'px');
} }
function changePoster() { function changePoster() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment