From b1653845c206d0be570e9e4651f65bc584352143 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Sun, 19 Jan 2020 13:23:45 -0700 Subject: [PATCH] Remove media selector from block quotes so that the new style is always used. --- iOS/Resources/styleSheet.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/iOS/Resources/styleSheet.css b/iOS/Resources/styleSheet.css index d777f19c5..34eaa84cf 100644 --- a/iOS/Resources/styleSheet.css +++ b/iOS/Resources/styleSheet.css @@ -199,13 +199,11 @@ sub { width: 100% !important; } -@media (max-width: 420px) { - blockquote { - margin-inline-start: 0; - margin-inline-end: 0; - padding-left: 15px; - border-left: 3px solid var(--secondary-accent-color); - } +blockquote { + margin-inline-start: 0; + margin-inline-end: 0; + padding-left: 15px; + border-left: 3px solid var(--secondary-accent-color); } /* Feed Specific */