From 2892a31dea422ec94df8c640b6a9b2a99431989c Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Thu, 7 Feb 2019 15:07:39 +0000 Subject: [PATCH] Revert "Hide sign in / create account for logged in users" We no longer need this when it's used as a welcome page outside the app. This reverts commit a74ac336e541d3522308e164a22d9bc9ab406539. --- res/home.html | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/res/home.html b/res/home.html index 7819d2e18c..cabeb12887 100644 --- a/res/home.html +++ b/res/home.html @@ -100,18 +100,6 @@ 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; } @@ -174,7 +162,7 @@ h1::after {

_t("Welcome to Riot.im")

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

-