From 76ac00f04b9cc1fa31aae7198398d43915313fc5 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 18 Jun 2022 03:53:25 +0200 Subject: [PATCH] convert 1 part of wholesome award on inferior browsers to translate + clean up awards.css --- files/templates/submission.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 8852e781a..6647d6475 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -140,7 +140,7 @@ } @keyframes moveY { - from { top: 0; } to { top: 98%; } + from {} to {transform: translateY(90vh)} } .seal1 { @@ -215,7 +215,7 @@ } @keyframes moveY { - from { top: 0; } to { top: 98%; } + from {} to {transform: translateY(90vh)} } .toe1 {