diff --git a/res/home.html b/res/home.html index cabeb12887..7819d2e18c 100644 --- a/res/home.html +++ b/res/home.html @@ -100,6 +100,18 @@ h1::after { margin: 28px 0; } +.mx_ButtonRow_guest { + display: none; +} + +/* mx_HomePage_guest is set on the `HomePage` component for guest users */ +.mx_HomePage_guest .mx_ButtonRow_guest { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; +} + .mx_buttonheadline { margin-bottom: 14px; } @@ -162,7 +174,7 @@ h1::after {

_t("Welcome to Riot.im")

_t("Decentralised, encrypted chat & collaboration powered by [matrix]")

-
+