mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:35:04 +08: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;
|
|
}
|