mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
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;
|
||
|
}
|