Skip to content

Commit

Permalink
Make loader self-disappearing
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikOnBike committed Jul 12, 2023
1 parent 4dea4c4 commit 945ab16
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions html/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style id="loader-style">
#loader-block {
/*
display: none;
*/
position: absolute;
width: 50%;
min-width: 20em;
Expand All @@ -16,10 +14,8 @@
left: 50%;
transform: translate(-50%, -50%);
font-family: "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
/*
}
#loader-block:first-child:last-child {
*/
display: block;
}
#loader-block label {
Expand Down

0 comments on commit 945ab16

Please sign in to comment.