Fix video width for Feedbin Twitter videos in bundled stylesheets

This commit is contained in:
Maurice Parker
2022-11-13 17:55:41 -06:00
parent 746fe982c2
commit e1d9455ffc
5 changed files with 20 additions and 0 deletions

View File

@@ -277,6 +277,10 @@ img, figure, video, div, object {
margin: 0 auto;
}
video {
width: 100% !important;
}
iframe {
max-width: 100%;
margin: 0 auto;

View File

@@ -224,6 +224,10 @@ img, figure, video, div, object {
margin: 0 auto;
}
video {
width: 100% !important;
}
iframe {
max-width: 100%;
margin: 0 auto;

View File

@@ -273,6 +273,10 @@ img, figure, video, div, object {
margin: 0 auto;
}
video {
width: 100% !important;
}
iframe {
max-width: 100%;
margin: 0 auto;

View File

@@ -246,6 +246,10 @@ img, figure, video, div, object {
margin: 0 auto;
}
video {
width: 100% !important;
}
iframe {
max-width: 100%;
margin: 0 auto;

View File

@@ -241,6 +241,10 @@ img, figure, video, div, object {
margin: 0 auto;
}
video {
width: 100% !important;
}
iframe {
max-width: 100%;
margin: 0 auto;