jech / galene

The Galène videoconference server
https://galene.org
MIT License
900 stars 119 forks source link

Fix #108 #109

Closed UnSeulT closed 2 years ago

UnSeulT commented 2 years ago

Change for .sidenav-content overflow-y : auto instead of scroll (line 995) 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.

MisterDA commented 2 years ago

Just tested, the end result is perfect, thanks! But the animation of the control pane sliding in a out is messed up. I think it;s because of the change to the logout button and the .profile. The animation is decent before applying this patch but doesn't look as nice after.

jech commented 2 years ago

I've applied the change to the scrollbar behavriour. I've kept the fixed size for the icon, since this is what prevents the bad animation.