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 100100 margin : 28px 0 ;
101101}
102102
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+
103115.mx_buttonheadline {
104116 margin-bottom : 14px ;
105117}
162174 < h1 class ="mx_Header2 "> _t("Welcome to Riot.im")</ h1 >
163175 < h4 class ="mx_Header22 "> _t("Decentralised, encrypted chat & collaboration powered by [matrix]")</ h4 >
164176 < div class ="mx_Well ">
165- < div class ="mx_ButtonRow ">
177+ < div class ="mx_ButtonRow mx_ButtonRow_guest ">
166178 < a href ="#/login " class ="mx_ButtonParent mx_ButtonSignIn mx_Button_iconSignIn ">
167179 < div class ="mx_buttonlabel "> _t("Sign In")</ div >
168180 </ a >
You can’t perform that action at this time.
0 commit comments