From 9e8107ee486a5bc8ebbb9329c986e97e2f04f681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Sat, 10 Apr 2021 16:42:13 +0200 Subject: [PATCH] Update style.css --- src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index ea22f60..c3aac90 100644 --- a/src/style.css +++ b/src/style.css @@ -396,7 +396,7 @@ i { opacity: 0; height: 100%; position: relative; - transform: translateY(10px); + transform: scale(1.04); transition: transform 0.3s ease, opacity 0.3s ease; pointer-events: none; z-index: 10; @@ -410,7 +410,7 @@ i { .open #main #content { pointer-events: all; opacity: 1; - transform: translateY(0); + transform: scale(1); } .page {