diff options
author | hellekin <hellekin@cepheide.org> | 2020-11-07 23:12:37 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2020-11-07 23:18:00 +0100 |
commit | 01d9f0d9775c215e55e7175aa6fb81dab9b2e940 (patch) | |
tree | fb62f38449edc073cebca835c9328f70846da7fa | |
parent | ef1572b7333424c731eb4450f154c29eaf9db031 (diff) | |
download | dream.public.cat-01d9f0d9775c215e55e7175aa6fb81dab9b2e940.tar.gz |
Adjust Discourse comment size
In Discourse embedded CSS we put:
- html { font-size: 1rem }
- body { font-size: 1.5em }
-rw-r--r-- | main_style-003.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/main_style-003.css b/main_style-003.css index 2423bd5..5b1e635 100644 --- a/main_style-003.css +++ b/main_style-003.css @@ -226,6 +226,12 @@ body>footer a:visited { font-weight: bold; } +/* 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 */ +} + /** * On the desktop, try and make each section a whole screen by itself. **/ |