File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 100
100
margin : 28px 0 ;
101
101
}
102
102
103
+ .mx_ButtonRow_guest {
104
+ display : none;
105
+ }
106
+
107
+ /* mx_HomePage_guest is set on the `HomePage` component for guest users */
108
+ .mx_HomePage_guest .mx_ButtonRow_guest {
109
+ display : -webkit-box;
110
+ display : -webkit-flex;
111
+ display : -ms-flexbox;
112
+ display : flex;
113
+ }
114
+
103
115
.mx_buttonheadline {
104
116
margin-bottom : 14px ;
105
117
}
162
174
< h1 class ="mx_Header2 "> _t("Welcome to Riot.im")</ h1 >
163
175
< h4 class ="mx_Header22 "> _t("Decentralised, encrypted chat & collaboration powered by [matrix]")</ h4 >
164
176
< div class ="mx_Well ">
165
- < div class ="mx_ButtonRow ">
177
+ < div class ="mx_ButtonRow mx_ButtonRow_guest ">
166
178
< a href ="#/login " class ="mx_ButtonParent mx_ButtonSignIn mx_Button_iconSignIn ">
167
179
< div class ="mx_buttonlabel "> _t("Sign In")</ div >
168
180
</ a >
You can’t perform that action at this time.
0 commit comments