From 8e3afb71d9f2eff06966dba235575d0d2c80fab3 Mon Sep 17 00:00:00 2001 From: teddit Date: Mon, 22 Mar 2021 19:28:27 +0100 Subject: [PATCH] restrict user icon size --- static/css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/styles.css b/static/css/styles.css index acaf767..1165ecd 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -933,6 +933,10 @@ footer a { width: 20%; text-align: center; } +#user .info img { + max-width: 50%; + max-height: 190px; +} #user .info h1 { font-size: 1.1rem; overflow-wrap: anywhere;