migrate MyGroups away from Gemini

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-03-13 23:36:52 +00:00
parent a9f414dafe
commit 30d971b819
2 changed files with 7 additions and 7 deletions

View file

@ -67,9 +67,6 @@ limitations under the License.
}
}
.mx_MyGroups_headerCard_header {
font-weight: bold;
margin-bottom: 10px;
@ -100,6 +97,11 @@ limitations under the License.
flex-direction: column;
}
.mx_MyGroups_content,
.mx_MyGroups_scrollable {
overflow-y: scroll;
}
.mx_MyGroups_placeholder {
background-color: $info-plinth-bg-color;
color: $info-plinth-fg-color;