From 942c6d735ed57ae4c3f58f1aa53883368ef188f8 Mon Sep 17 00:00:00 2001 From: hellekin Date: Sat, 7 Nov 2020 23:46:52 +0100 Subject: Adjust Discourse comments on mobile --- main_style-003.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'main_style-003.css') 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 */ + } } -- cgit v1.2.3