From c08852b53a4ed71a30477c4b0d5e62d20f4684b7 Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Mon, 11 Mar 2024 00:47:54 +0000 Subject: [PATCH] Update semag/roughdino/TemplateData/style.css --- semag/roughdino/TemplateData/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semag/roughdino/TemplateData/style.css b/semag/roughdino/TemplateData/style.css index 667a1753..a72c4db6 100644 --- a/semag/roughdino/TemplateData/style.css +++ b/semag/roughdino/TemplateData/style.css @@ -8,7 +8,7 @@ body { padding: 0; margin: 0 } #unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center } #unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center } #unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center } -#unity-footer { position: relative } +#unity-footer { display:none; } .unity-mobile #unity-footer { display: none } #unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center } #unity-build-title { display:none; }