aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2020-11-07 23:46:52 +0100
committerhellekin <hellekin@cepheide.org>2020-11-07 23:46:52 +0100
commit942c6d735ed57ae4c3f58f1aa53883368ef188f8 (patch)
treed2b309c22b3414733ec0f3b78746b0cc94408579
parent01d9f0d9775c215e55e7175aa6fb81dab9b2e940 (diff)
downloaddream.public.cat-942c6d735ed57ae4c3f58f1aa53883368ef188f8.tar.gz
Adjust Discourse comments on mobile
-rw-r--r--main_style-003.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/main_style-003.css b/main_style-003.css
index 5b1e635..aefc7ee 100644
--- a/main_style-003.css
+++ b/main_style-003.css
@@ -228,8 +228,8 @@ body>footer a:visited {
/* Display Discourse comments a bit larger */
.topics-list iframe {
- width: 50vw; /* good for a single category */
- height: 53vh; /* with font-size: 1.5em in iframe body */
+ width: 96vw; /* good for a single category */
+ height: 55vh; /* with font-size: 1.5em in iframe body */
}
/**
@@ -291,4 +291,7 @@ body>footer a:visited {
flex: 2;
}
+ .topics-list iframe {
+ width: 50vw; /* good for a single category */
+ }
}