Skip to content

Commit

Permalink
Hide sign in / create account for logged in users
Browse files Browse the repository at this point in the history
  • Loading branch information
jryans committed Feb 1, 2019
1 parent 31260be commit a74ac33
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion res/home.html
Expand Up @@ -100,6 +100,18 @@
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;
}
Expand Down Expand Up @@ -162,7 +174,7 @@
<h1 class="mx_Header2">_t("Welcome to Riot.im")</h1>
<h4 class="mx_Header22">_t("Decentralised, encrypted chat &amp; collaboration powered by [matrix]")</h4>
<div class="mx_Well">
<div class="mx_ButtonRow">
<div class="mx_ButtonRow mx_ButtonRow_guest">
<a href="#/login" class="mx_ButtonParent mx_ButtonSignIn mx_Button_iconSignIn">
<div class="mx_buttonlabel">_t("Sign In")</div>
</a>
Expand Down

0 comments on commit a74ac33

Please sign in to comment.