Update semag/roughdino/TemplateData/style.css

This commit is contained in:
LEGALISE_PIRACY 2024-03-11 00:47:21 +00:00
parent 593901565e
commit 3ef5c5178e

View File

@ -11,6 +11,6 @@ body { padding: 0; margin: 0 }
#unity-footer { position: relative } #unity-footer { position: relative }
.unity-mobile #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-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px } #unity-build-title { display:none; }
#unity-fullscreen-button { display:none; } #unity-fullscreen-button { display:none; }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none } #unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }