fix Youtube

This commit is contained in:
nadja
2026-09-01 22:46:53 +02:00
parent 1162939720
commit bec7910eff
5 changed files with 193 additions and 25 deletions

View File

@@ -170,11 +170,6 @@ body {
gap: 24px;
}
/* Der YouTube-Uploads-Player (alle Videos) soll die volle Breite nutzen */
.video-card-wide {
grid-column: 1 / -1;
}
.video-card {
background: var(--bg-card);
border-radius: 16px;
@@ -236,6 +231,13 @@ body {
color: var(--tiktok-pink);
}
.loading code {
background: var(--bg-card);
padding: 2px 6px;
border-radius: 6px;
color: var(--tiktok-cyan);
}
/* TikTok Embed */
.tiktok-embed-wrap {
background: var(--bg-card);