Fixed up some of the slide animations

This commit is contained in:
nuttylmao
2025-03-30 22:29:01 +11:00
parent 0703d47985
commit 2bdb3805c3
6 changed files with 31 additions and 148 deletions
+6 -2
View File
@@ -6,6 +6,10 @@
/* --line-spacing: 1.7em; */
}
body {
overflow: hidden;
}
html {
width: 100vw;
height: 100vh;
@@ -58,9 +62,10 @@ li {
list-style: none;
overflow: hidden;
height: 0;
margin-top: 10px;
margin: 10px 0px 0px 0px;
transition: all 1s ease-in-out;
}
.reverseLineItemDirection {
display: flex;
flex-direction: column;
@@ -77,7 +82,6 @@ li {
}
#IPutThisHereSoICanCalculateHowBigEachMessageIsSupposedToBeBeforeIAddItToTheMessageList {
margin-top: 10px;
opacity: 0;
}