From: Ruben Rodriguez Date: Thu, 20 Aug 2020 17:32:09 +0000 (+0200) Subject: Improvements to jitsi a11y and css X-Git-Url: https://vcs.fsf.org/?p=jitsi-ansible.git;a=commitdiff_plain;h=a13d451b2e68abb712fe413cae663a9afdc5a1d2 Improvements to jitsi a11y and css --- 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 + }