Skip to content

Commit b6f5ac7

Browse files
committed
Add styles for youtube-embed
1 parent a9216a6 commit b6f5ac7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/css/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,3 +312,11 @@ html[data-theme="dark"] .notification-dropdown {
312312
width: 20px;
313313
}
314314
}
315+
316+
.youtube-embed {
317+
align-items: center;
318+
flex: 1;
319+
justify-content: center;
320+
max-width: 640px;
321+
min-width: 100%;
322+
}

0 commit comments

Comments
 (0)