Merge pull request #5275 from vector-im/dbkr/hide_join_group
Hide the join group button
This commit is contained in:
commit
d1476e0cc7
|
@ -34,6 +34,11 @@ limitations under the License.
|
||||||
width: 40%;
|
width: 40%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Until the button is wired up */
|
||||||
|
.mx_MyGroups_joinBox {
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_MyGroups_joinCreateHeader {
|
.mx_MyGroups_joinCreateHeader {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
Loading…
Reference in New Issue