1
Fork 0
This commit is contained in:
KorbsStudio 2023-02-09 17:28:21 -05:00
parent 8029d2291d
commit e1e28291a0
No known key found for this signature in database
2 changed files with 5 additions and 3 deletions

View file

@ -25,3 +25,5 @@ So, here is Nexus Polestar, a template they can build their desktop app on top o
While FalixNodes Desktop has always been constructed using vanilla HTML, CSS, and JavaScript, as well as primitive code from 4 years ago and older to still navigate and add additional settings, Nexus Polestar will be developed with Astro, as well as SCSS and more modernized scripts for features such as navigating and additional settings. 
By using Astro, I can make the template more component based, allowing for more flexiblity for other developers at these other companies.
<style>div#Dashboard {margin: 70px 100px}</style>

View file

@ -21,9 +21,9 @@
left: 0px;
width: 100%;
height: 100%;
opacity: 1;
opacity: 0;
pointer-events: none;
// animation: 2.4s splash ease-in-out;
animation: 2.4s splash ease-in-out;
.splash-content {
position: fixed;
top: 50%;