From b736958e6806a9f48a4ce1d09d1bf9e2fde3dc9d Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sat, 28 Aug 2021 18:51:46 +0200 Subject: [PATCH] Make (un)present button width dynamic The present and unpresent button width is fixed to 5.8em. This is problematic as the content might need more space. By removing the width attribute, the element takes the width it requires. --- static/galene.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/galene.css b/static/galene.css index 0cd2355..95668d0 100644 --- a/static/galene.css +++ b/static/galene.css @@ -750,7 +750,6 @@ h1 { margin-top: .1em; font-size: 1.1em; text-align: left; - width: 5.8em; } #videoselect {