diff options
author | hellekin <hellekin@cepheide.org> | 2020-11-07 23:46:52 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2020-11-07 23:46:52 +0100 |
commit | 942c6d735ed57ae4c3f58f1aa53883368ef188f8 (patch) | |
tree | d2b309c22b3414733ec0f3b78746b0cc94408579 | |
parent | 01d9f0d9775c215e55e7175aa6fb81dab9b2e940 (diff) | |
download | dream.public.cat-942c6d735ed57ae4c3f58f1aa53883368ef188f8.tar.gz |
Adjust Discourse comments on mobile
-rw-r--r-- | main_style-003.css | 7 |
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 */ + } } |