Added auto scroll when text is too long

This commit is contained in:
nutty
2026-07-23 15:15:44 +10:00
parent 6795224fea
commit 1c3ddbd907
14 changed files with 389 additions and 148 deletions
+1 -17
View File
@@ -7,7 +7,7 @@
width: 500px;
display: flex;
flex-direction: row;
align-items: stretch;
align-items: stretch;
gap: 0.5em;
opacity: 0;
}
@@ -115,14 +115,6 @@
text-align: var(--text-alignment);
}
.text-label {
white-space: nowrap;
overflow: hidden;
mask-image: var(--trailing-fade);
-webkit-mask-image: var(--trailing-fade);
transition: opacity 0.25s ease-in-out;
}
#progress-container {
display: flex;
flex-direction: row;
@@ -151,14 +143,6 @@
position: relative;
}
/* #time-container {
display: flex;
justify-content: space-between;
font-size: 0.7em;
opacity: 0.5;
display: none;
} */
.progress-text {
font-size: 0.7em;
opacity: 0.5;