fix embed styling

This commit is contained in:
k00b 2024-09-11 11:10:21 -05:00
parent 855afcb1de
commit da2fabc95c
2 changed files with 4 additions and 3 deletions

View File

@ -128,7 +128,7 @@
margin-bottom: .5rem; margin-bottom: .5rem;
} }
.text .mediaContainer { .mediaContainer {
display: block; display: block;
margin-top: .5rem; margin-top: .5rem;
margin-bottom: .5rem; margin-bottom: .5rem;
@ -260,12 +260,12 @@ img.fullScreen {
.videoWrapper { .videoWrapper {
max-width: 320px; max-width: 320px;
padding-right: 15px; margin: 0.5rem 0;
margin: '0.5rem 0',
} }
.videoWrapper.topLevel { .videoWrapper.topLevel {
max-width: 640px; max-width: 640px;
margin: 0.75rem 0;
} }
.videoContainer { .videoContainer {

View File

@ -17,6 +17,7 @@
.fullItemContainer { .fullItemContainer {
margin-bottom: .5rem; margin-bottom: .5rem;
padding-right: 15px;
} }
.fullItemContainer:empty { .fullItemContainer:empty {