1
0
Fork 0

Update style.css

This commit is contained in:
Malte Jürgens 2021-04-10 16:42:13 +02:00
parent 93288fdd85
commit 9e8107ee48
No known key found for this signature in database
GPG key ID: CC20155EF7B3C87F

View file

@ -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 {