Center text in "Optimizing" window

This commit is contained in:
Fedor Indutny 2021-10-21 07:49:08 -07:00 committed by GitHub
parent 2e438aa876
commit b2407f8310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 6 deletions

View File

@ -25,13 +25,15 @@
</head>
<body>
<div class="app-migration-screen app-loading-screen">
<div class="module-splash-screen__logo module-img--150"></div>
<div class="container">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<div class="content">
<div class="module-splash-screen__logo module-img--150"></div>
<div class="container">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
<div id="message"></div>
</div>
<div id="message"></div>
</div>
<script type="text/javascript" src="ts/windows/loading/start.js"></script>
</body>