mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Hide the join group button
Until it actually does something
This commit is contained in:
parent
bbcf46bb69
commit
398e0839f1
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue