From 594d510f4fa54676969a79880932e1df07f340e7 Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Wed, 14 Feb 2018 17:54:29 +0000 Subject: [PATCH] Simplify MyGroups hierachy --- .../vector/css/matrix-react-sdk/structures/_MyGroups.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/skins/vector/css/matrix-react-sdk/structures/_MyGroups.scss b/src/skins/vector/css/matrix-react-sdk/structures/_MyGroups.scss index 3de9ecf4..685deffc 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/_MyGroups.scss +++ b/src/skins/vector/css/matrix-react-sdk/structures/_MyGroups.scss @@ -94,7 +94,7 @@ limitations under the License. text-align: center; } -.mx_MyGroups_joinedGroups .gm-scroll-view { +.mx_MyGroups_joinedGroups { border-top: 1px solid $primary-hairline-color; overflow-x: hidden; @@ -104,7 +104,7 @@ limitations under the License. align-content: flex-start; } -.mx_MyGroups_joinedGroups .gm-scroll-view .mx_GroupTile { +.mx_MyGroups_joinedGroups .mx_GroupTile { min-width: 300px; max-width: 33%; flex: 1 0 300px;