From 29e98f4f374fd9ebfab75f7e34bd447e19cedebe Mon Sep 17 00:00:00 2001 From: Alain Takoudjou Date: Thu, 3 Dec 2020 14:01:48 +0100 Subject: [PATCH] Fixed size for both present and unpresent button To prevent size of menu to change when user click on present the unpresent button --- static/sfu.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/sfu.css b/static/sfu.css index 1376a6d..dfb6624 100644 --- a/static/sfu.css +++ b/static/sfu.css @@ -658,7 +658,10 @@ h1 { #presentbutton, #unpresentbutton { white-space: nowrap; margin-right: 0.4em; + margin-top: .1em; font-size: 1.1em; + text-align: left; + width: 5.5em; } #videoselect {