rebuild CSS for nudus

This commit is contained in:
Martin Rotter 2023-12-06 09:15:14 +01:00
parent d97574854d
commit c45a9db5ab
1 changed files with 3 additions and 9 deletions

View File

@ -199,9 +199,6 @@ ol {
ol li ol { ol li ol {
list-style-type: lower-roman; } list-style-type: lower-roman; }
img {
height: auto; }
details { details {
border: 1px solid #F1F1F1; border: 1px solid #F1F1F1;
border-radius: 0.1em; border-radius: 0.1em;
@ -255,12 +252,9 @@ summary:focus {
display: inline-flex; } display: inline-flex; }
.rssguard-mwrapper .rssguard-mhead .mlinks .mwrapurl a[href=""], .rssguard-mwrapper .rssguard-mhead .mlinks .mwrapurl a[href=""] + span { .rssguard-mwrapper .rssguard-mhead .mlinks .mwrapurl a[href=""], .rssguard-mwrapper .rssguard-mhead .mlinks .mwrapurl a[href=""] + span {
display: none; } display: none; }
.rssguard-mwrapper .rssguard-mbody img { @media only screen and (max-width: 800px) {
max-width: 450px !important; .rssguard-mwrapper .rssguard-mbody img {
max-height: unset !important; } max-width: 100% !important; } }
@media only screen and (max-width: 800px) {
.rssguard-mwrapper .rssguard-mbody img {
max-width: 100% !important; } }
.rssguard-mbody { .rssguard-mbody {
word-break: break-word; } word-break: break-word; }