support multiline dynamic text in presentation mode

This commit is contained in:
2023-05-16 17:08:53 +02:00
parent e7c2cf376e
commit 18a2907bf7
2 changed files with 8 additions and 3 deletions

View File

@@ -106,7 +106,12 @@
filter: blur(30px);
opacity: 0.1;
transform: scale(0.8) translateY(-10%);
&.no-logo {
opacity: 0;
}
}
.dynamic-text {
white-space: pre-wrap;
}