From fec375a40e5a245f56a74f229ed00dbe0fbe1e14 Mon Sep 17 00:00:00 2001 From: Ayush Kumar <2580ayush2580@gmail.com> Date: Sun, 28 Feb 2021 11:28:16 +0530 Subject: [PATCH] fix width of grid --- res/css/structures/_RoomDirectory.scss | 38 +------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) diff --git a/res/css/structures/_RoomDirectory.scss b/res/css/structures/_RoomDirectory.scss index 48c03a5f96..59383605aa 100644 --- a/res/css/structures/_RoomDirectory.scss +++ b/res/css/structures/_RoomDirectory.scss @@ -71,6 +71,7 @@ limitations under the License. row-gap: 24px; text-align: left; width: 100%; + min-width: 400px; } .mx_RoomDirectory_roomAvatar { @@ -155,40 +156,3 @@ limitations under the License. padding: 0; } } - -@media screen and (max-width: 600px) { - .mx_RoomDirectory_table tr { - margin-bottom: 15px !important; - } - - .mx_RoomDirectory_roomMemberCount { - padding: 0px; - } - - .mx_AccessibleButton_kind_secondary { - padding: 0px !important; - } - - .mx_RoomDirectory_join { - margin-left: 0px; - } - - .mx_RoomDirectory_alias { - margin-top: 10px; - margin-bottom: 10px; - } - - .mx_RoomDirectory_roomDescription { - padding-bottom: 0px; - } - - .mx_RoomDirectory_name { - margin-bottom: 5px; - } - - .mx_RoomDirectory_table tr td { - margin-top: 5px !important; - display: block; - text-align: left; - } -}