rewrite subtitle rendering engine

This commit is contained in:
2025-05-06 22:47:41 +02:00
parent 0d752a9038
commit 35bdb0d366
5 changed files with 315 additions and 134 deletions

View File

@@ -120,14 +120,18 @@ body {
-ms-overflow-style: none;
scrollbar-width: none;
width: 100%;
height: 1000px;
.paragraph {
transition: .5s ease color, .5s ease transform, .5s ease opacity;
position: absolute;
display: flex;
font-size: $line-height;
flex-wrap: wrap;
margin: 0;
top: 0;
transform: translateY(0);
height: fit-content;
width: 100%;
max-width: 100%;