diff --git a/unitylibs/core/styles/splash-screen.css b/unitylibs/core/styles/splash-screen.css index 05b7bf0c..e5e945c0 100644 --- a/unitylibs/core/styles/splash-screen.css +++ b/unitylibs/core/styles/splash-screen.css @@ -114,7 +114,6 @@ body > .splash-loader { .splash-loader .text .icon-area img, .splash-loader .text video { width: 104px; - min-width: 104px; height: auto; } } @@ -123,7 +122,6 @@ body > .splash-loader { .splash-loader .text .icon-area img, .splash-loader .text video { width: 286px; - min-width: 286px; height: auto; } @@ -142,7 +140,7 @@ body > .splash-loader { .splash-loader .text .con-button { display: flex; } - + .progress-holder { min-width: 400px; }