From 1c28030ba25d98ba3a3b874994641c10934f7ede Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Fri, 24 May 2024 19:15:57 +0200 Subject: [PATCH] added max width and height for posts --- res/forum/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/res/forum/style.css b/res/forum/style.css index bd880b0..fc63ad4 100644 --- a/res/forum/style.css +++ b/res/forum/style.css @@ -176,4 +176,10 @@ body #file_upload_style { margin-top: 200vh; +} + +.post img +{ + max-height: 20vh; + max-width: 20vh; } \ No newline at end of file