Particles Update

This commit is contained in:
2025-11-29 06:58:20 +00:00
parent 82d896a38e
commit c32505cfca
8 changed files with 62 additions and 23 deletions
+3 -3
View File
@@ -7,10 +7,10 @@
position: relative;
display: flex;
flex-direction: column;
width: 95%;
width: 100%;
margin: 0 auto;
height: calc(100vh - var(--navbar-height) - 80px);
max-height: calc(100vh - var(--navbar-height) - 80px);
height: calc(100vh - var(--navbar-height) - 65px);
max-height: calc(100vh - var(--navbar-height) - 65px);
animation: tuiFadeIn 0.4s ease-out;
}