Update semag/roughdino/TemplateData/style.css

This commit is contained in:
LEGALISE_PIRACY 2024-03-11 00:38:58 +00:00
parent 18794b79bc
commit 961503ec5d

View File

@ -2,7 +2,7 @@ body { padding: 0; margin: 0 }
#unity-container { position: absolute } #unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) } #unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { width: 100%; height: 100% } #unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: #231F20 } #unity-canvas { background: #231F20 width: 100% height: 100% }
.unity-mobile #unity-canvas { width: 100%; height: 100% } .unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none } #unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center } #unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }