Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit acb4aaf

Browse files
committed
Update for iOS 15 look
1 parent 86ca326 commit acb4aaf

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

wwwroot/index.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@
1212
<link href="/GmodNetBuildBrowser.styles.css" rel="stylesheet" />
1313
</head>
1414

15-
<body class="bg-light">
16-
<div id="app">
17-
<div style="height: 100vh; width: 100vw; display: flex; justify-content: center; flex-direction: column">
18-
<div style="width: 100vw; display: flex; justify-content: center">
19-
<div class="d-flex flex-column text-primary">
20-
<div class="d-flex justify-content-center"><div class="spinner-border" style="width: 5em; height: 5em" role="status"></div></div>
21-
<div style="display: flex; justify-content: center">
22-
<h1 class="mt-4">Loading...</h1>
15+
<body class="bg-primary">
16+
<div class="bg-light" style="min-width: 100vw; min-height: 100vh;">
17+
<div id="app">
18+
<div style="height: 100vh; width: 100vw; display: flex; justify-content: center; flex-direction: column">
19+
<div style="width: 100vw; display: flex; justify-content: center">
20+
<div class="d-flex flex-column text-primary">
21+
<div class="d-flex justify-content-center"><div class="spinner-border" style="width: 5em; height: 5em" role="status"></div></div>
22+
<div style="display: flex; justify-content: center">
23+
<h1 class="mt-4">Loading...</h1>
24+
</div>
2325
</div>
2426
</div>
2527
</div>

0 commit comments

Comments
 (0)