mirror of https://github.com/vector-im/riot-web
12 lines
238 B
CSS
12 lines
238 B
CSS
|
.mx_RoomDropTarget,
|
||
|
.mx_RoomList_favourites_label,
|
||
|
.mx_RoomList_archive_label,
|
||
|
.mx_LeftPanel_hideButton,
|
||
|
.mx_RoomHeader_search,
|
||
|
.mx_RoomSettings_encrypt,
|
||
|
.mx_CreateRoom_encrypt,
|
||
|
.mx_RightPanel_filebutton
|
||
|
{
|
||
|
display: none !important;
|
||
|
}
|