From dba8a665753e97dc12b7f9d7d6d5b375178ab116 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Fri, 17 Sep 2021 19:42:34 +0200 Subject: [PATCH] Fix #108 Change line 991 is a no-brainer, no side effect. About removing .profile rule line 51 : I can't see the use of fixing the width for .profile to 230px. It seems to be ok to remove this rule. --- static/galene.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/static/galene.css b/static/galene.css index 0cd2355..6dbb79a 100644 --- a/static/galene.css +++ b/static/galene.css @@ -48,10 +48,6 @@ background-color: #eee; } -.profile { - width: 230px; -} - .profile-logo { float: left; width: 50px; @@ -992,7 +988,7 @@ h1 { padding: 10px; background: #fff; height: calc(100% - 56px); - overflow-y: scroll; + overflow-y: auto; overflow-x: hidden; }