Particles Update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user