diff --git a/src/index.html b/src/index.html index 741595c..e346880 100644 --- a/src/index.html +++ b/src/index.html @@ -329,8 +329,8 @@
- -

Video auswahlen um Vorschau zu sehen

+ +

Video auswahlen um Vorschau zu sehen

@@ -397,9 +397,9 @@
-
- -

Keine Videos ausgewahlt

+
+ +

Keine Videos ausgewahlt

diff --git a/src/styles.css b/src/styles.css index ce391c5..a5eaf23 100644 --- a/src/styles.css +++ b/src/styles.css @@ -2809,6 +2809,14 @@ select option { text-align: center; } +.video-preview .placeholder svg { + opacity: 0.3; +} + +.video-preview .placeholder p { + margin-top: 10px; +} + .timeline-container { background: var(--bg-card); border-radius: 8px;