diff --git a/static/styles/landing-page.css b/static/styles/landing-page.css index 847d3f7287..fb35ec5750 100644 --- a/static/styles/landing-page.css +++ b/static/styles/landing-page.css @@ -343,24 +343,14 @@ nav ul li.active::after { padding-top: 120px; - transition: all 0.5s ease; - -webkit-transform: translateY(120px); - transform: translateY(120px); + transition: opacity 0.3s ease; + opacity: 0; z-index: 1; } -.portico-landing.no-slide { - -webkit-transform: translateY(0px); - transform: translateY(0px); - - opacity: 1; -} - .portico-landing.show { - -webkit-transform: translateY(0px); - transform: translateY(0px); opacity: 1; } diff --git a/templates/zerver/apps.html b/templates/zerver/apps.html index dadbe45e81..b51d4e068c 100644 --- a/templates/zerver/apps.html +++ b/templates/zerver/apps.html @@ -18,7 +18,7 @@ {% include 'zerver/landing_nav.html' %} {% include 'zerver/gradients.html' %} -