Skip to content

Commit 594d510

Browse files
committed
Simplify MyGroups hierachy
1 parent 453b7d1 commit 594d510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/skins/vector/css/matrix-react-sdk/structures/_MyGroups.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ limitations under the License.
9494
text-align: center;
9595
}
9696

97-
.mx_MyGroups_joinedGroups .gm-scroll-view {
97+
.mx_MyGroups_joinedGroups {
9898
border-top: 1px solid $primary-hairline-color;
9999
overflow-x: hidden;
100100

@@ -104,7 +104,7 @@ limitations under the License.
104104
align-content: flex-start;
105105
}
106106

107-
.mx_MyGroups_joinedGroups .gm-scroll-view .mx_GroupTile {
107+
.mx_MyGroups_joinedGroups .mx_GroupTile {
108108
min-width: 300px;
109109
max-width: 33%;
110110
flex: 1 0 300px;

0 commit comments

Comments
 (0)