From 9b37e258da36ff82beca88f48bf9388bca6123c0 Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Mon, 22 Jan 2024 03:50:14 -0500 Subject: [PATCH] Fix the image thing Signed-off-by: Skylar "The Cobra" Widulski --- static/css/main.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/static/css/main.css b/static/css/main.css index 4c0781a..99edb3e 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -14,6 +14,28 @@ body { a { color:#ff6c6b; text-decoration:none; } a:hover { color:#ff6c6b; text-decoration:underline; } +body > ul > li img { + height: 100px; + width: auto; +} + +body > ul { + white-space: nowrap; + position: relative; + overflow-y: hidden; + overflow-x: scroll; + -webkit-overflow-scrolling: touch; +} + +img { + max-width: 90vw; + height: auto; +} + +input { + max-width: 80vw; +} + h1,h2,h3,.fact_check_info_title { line-height:1.2; color:#51afef;