Hide the join group button

Until it actually does something
This commit is contained in:
David Baker 2017-10-13 16:15:17 +01:00
parent bbcf46bb69
commit 398e0839f1

View file

@ -34,6 +34,11 @@ limitations under the License.
width: 40%;
}
/* Until the button is wired up */
.mx_MyGroups_joinBox {
visibility: hidden;
}
.mx_MyGroups_joinCreateHeader {
font-weight: bold;
margin-bottom: 10px;