This commit is contained in:
rouce 2023-11-05 17:26:56 -05:00
parent 84e294ec75
commit c2d94f1bc2
2 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1,5 @@
# maintenance-page
### maintenance-page
Alter line 69: `var countDownDate = new Date("Nov 5, 2023 18:00:00").getTime();` to set the time that maintenance is expected to be completed.
To change the animation, reference asciinema docs https://asciinema.org/docs/usage the basic idea is that you record your terminal, name the .cast file to something memorable, and then change line 16: `'/assets/train.cast'` to reflect the change

View file

@ -29,9 +29,6 @@
align-items: center;
justify-content: center;
}
.ap-wrapper {
max-height: 40vh;
}
.ap-control-bar {
opacity: 0 !important;
}