From e1d9455ffcab77a0fb221817cf50c93fa5797b9e Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Sun, 13 Nov 2022 17:55:41 -0600 Subject: [PATCH] Fix video width for Feedbin Twitter videos in bundled stylesheets --- Shared/Resources/Appanoose.nnwtheme/stylesheet.css | 4 ++++ Shared/Resources/Hyperlegible.nnwtheme/stylesheet.css | 4 ++++ Shared/Resources/NewsFax.nnwtheme/stylesheet.css | 4 ++++ Shared/Resources/Promenade.nnwtheme/stylesheet.css | 4 ++++ Shared/Resources/Sepia.nnwtheme/stylesheet.css | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/Shared/Resources/Appanoose.nnwtheme/stylesheet.css b/Shared/Resources/Appanoose.nnwtheme/stylesheet.css index e47730139..0662fbd39 100644 --- a/Shared/Resources/Appanoose.nnwtheme/stylesheet.css +++ b/Shared/Resources/Appanoose.nnwtheme/stylesheet.css @@ -277,6 +277,10 @@ img, figure, video, div, object { margin: 0 auto; } +video { + width: 100% !important; +} + iframe { max-width: 100%; margin: 0 auto; diff --git a/Shared/Resources/Hyperlegible.nnwtheme/stylesheet.css b/Shared/Resources/Hyperlegible.nnwtheme/stylesheet.css index c929ac40e..0e2c0c91a 100644 --- a/Shared/Resources/Hyperlegible.nnwtheme/stylesheet.css +++ b/Shared/Resources/Hyperlegible.nnwtheme/stylesheet.css @@ -224,6 +224,10 @@ img, figure, video, div, object { margin: 0 auto; } +video { + width: 100% !important; +} + iframe { max-width: 100%; margin: 0 auto; diff --git a/Shared/Resources/NewsFax.nnwtheme/stylesheet.css b/Shared/Resources/NewsFax.nnwtheme/stylesheet.css index 63260d030..f8ad9ea23 100644 --- a/Shared/Resources/NewsFax.nnwtheme/stylesheet.css +++ b/Shared/Resources/NewsFax.nnwtheme/stylesheet.css @@ -273,6 +273,10 @@ img, figure, video, div, object { margin: 0 auto; } +video { + width: 100% !important; +} + iframe { max-width: 100%; margin: 0 auto; diff --git a/Shared/Resources/Promenade.nnwtheme/stylesheet.css b/Shared/Resources/Promenade.nnwtheme/stylesheet.css index 8b78fa56d..b76e4a58b 100644 --- a/Shared/Resources/Promenade.nnwtheme/stylesheet.css +++ b/Shared/Resources/Promenade.nnwtheme/stylesheet.css @@ -246,6 +246,10 @@ img, figure, video, div, object { margin: 0 auto; } +video { + width: 100% !important; +} + iframe { max-width: 100%; margin: 0 auto; diff --git a/Shared/Resources/Sepia.nnwtheme/stylesheet.css b/Shared/Resources/Sepia.nnwtheme/stylesheet.css index b7d9a02dc..b0c81d1d0 100644 --- a/Shared/Resources/Sepia.nnwtheme/stylesheet.css +++ b/Shared/Resources/Sepia.nnwtheme/stylesheet.css @@ -241,6 +241,10 @@ img, figure, video, div, object { margin: 0 auto; } +video { + width: 100% !important; +} + iframe { max-width: 100%; margin: 0 auto;