make mygroups look slightly more in line with redesign
This commit is contained in:
parent
6488b01324
commit
a8f9a74920
1 changed files with 6 additions and 4 deletions
|
@ -15,10 +15,6 @@ limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.mx_MyGroups {
|
.mx_MyGroups {
|
||||||
max-width: 960px;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
@ -34,6 +30,11 @@ limitations under the License.
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_MyGroups > :not(.mx_RoomHeader) {
|
||||||
|
max-width: 960px;
|
||||||
|
margin: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_MyGroups_headerCard {
|
.mx_MyGroups_headerCard {
|
||||||
flex: 1 0 50%;
|
flex: 1 0 50%;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
|
@ -43,6 +44,7 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MyGroups_headerCard .mx_MyGroups_headerCard_button {
|
.mx_MyGroups_headerCard .mx_MyGroups_headerCard_button {
|
||||||
|
flex: 0 0 auto;
|
||||||
margin-right: 13px;
|
margin-right: 13px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
|
|
Loading…
Reference in a new issue