From a13d451b2e68abb712fe413cae663a9afdc5a1d2 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Thu, 20 Aug 2020 19:32:09 +0200 Subject: [PATCH] Improvements to jitsi a11y and css --- files/index.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/files/index.html b/files/index.html index d985719..2bed1ac 100644 --- a/files/index.html +++ b/files/index.html @@ -49,7 +49,7 @@ border-radius: 10px!important; } - .header-text-title { + .welcome-page .header-text-title { display: none } @@ -78,7 +78,7 @@ min-height:0!important; } - .header{ + .welcome-page .header{ margin-bottom: 40px!important; } @@ -89,9 +89,16 @@ .welcome .header-text{ margin-top:22px!important; } - .leftwatermark, .header-text-description{ + .welcome-page .leftwatermark, .header-text-description{ display: none!important; } + .invite-more-container{ + display: none; + } + .invite-more-dialog.icon-container div:nth-child(n+3) + { + display:none + }