diff --git a/ylgamehall/Source/WebView/WebContainerViewController.swift b/ylgamehall/Source/WebView/WebContainerViewController.swift index 2690436..31aefb0 100644 --- a/ylgamehall/Source/WebView/WebContainerViewController.swift +++ b/ylgamehall/Source/WebView/WebContainerViewController.swift @@ -672,7 +672,7 @@ private final class SplashOverlay: UIView { progressView.centerXAnchor.constraint(equalTo: centerXAnchor), progressView.bottomAnchor.constraint(equalTo: label.topAnchor, constant: -12), - progressView.widthAnchor.constraint(equalTo: widthAnchor, multiplier: 0.45), + progressView.widthAnchor.constraint(equalTo: widthAnchor, multiplier: 0.7), errorContainer.centerXAnchor.constraint(equalTo: centerXAnchor), errorContainer.centerYAnchor.constraint(equalTo: centerYAnchor, constant: 60),