From c45a9db5ab461234e51cbb2ef2ca7c50bb94c136 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 6 Dec 2023 09:15:14 +0100 Subject: [PATCH] rebuild CSS for nudus --- resources/skins/nudus-light/html_style.css | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/resources/skins/nudus-light/html_style.css b/resources/skins/nudus-light/html_style.css index 27ecf833f..12ef8da9c 100644 --- a/resources/skins/nudus-light/html_style.css +++ b/resources/skins/nudus-light/html_style.css @@ -199,9 +199,6 @@ ol { ol li ol { list-style-type: lower-roman; } -img { - height: auto; } - details { border: 1px solid #F1F1F1; border-radius: 0.1em; @@ -255,12 +252,9 @@ summary:focus { display: inline-flex; } .rssguard-mwrapper .rssguard-mhead .mlinks .mwrapurl a[href=""], .rssguard-mwrapper .rssguard-mhead .mlinks .mwrapurl a[href=""] + span { display: none; } - .rssguard-mwrapper .rssguard-mbody img { - max-width: 450px !important; - max-height: unset !important; } - @media only screen and (max-width: 800px) { - .rssguard-mwrapper .rssguard-mbody img { - max-width: 100% !important; } } + @media only screen and (max-width: 800px) { + .rssguard-mwrapper .rssguard-mbody img { + max-width: 100% !important; } } .rssguard-mbody { word-break: break-word; }