mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-12 16:18:13 +03:00
Adjust CSS for GroupView
Part of showing the group inviter profile: https://github.com/matrix-org/matrix-react-sdk/pull/1585
This commit is contained in:
parent
9ff1fe8a72
commit
1bdc666197
1 changed files with 6 additions and 3 deletions
|
@ -213,13 +213,12 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_GroupView_membershipSection {
|
.mx_GroupView_membershipSection {
|
||||||
color: $greyed-fg-color;
|
color: $greyed-fg-color;
|
||||||
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GroupView_membershipSubSection {
|
.mx_GroupView_membershipSubSection {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-top: 2px;
|
|
||||||
margin-bottom: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GroupView_membershipSection_description {
|
.mx_GroupView_membershipSection_description {
|
||||||
|
@ -227,6 +226,10 @@ limitations under the License.
|
||||||
line-height: 34px;
|
line-height: 34px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_GroupView_membershipSection_description .mx_BaseAvatar {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_GroupView_membershipSection .mx_GroupView_textButton {
|
.mx_GroupView_membershipSection .mx_GroupView_textButton {
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
|
@ -300,7 +303,7 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GroupView_body .gm-scroll-view > *{
|
.mx_GroupView_body .gm-scroll-view > *{
|
||||||
margin: 0px 50px 11px 68px;
|
margin: 11px 50px 0px 68px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GroupView_groupDesc textarea {
|
.mx_GroupView_groupDesc textarea {
|
||||||
|
|
Loading…
Reference in a new issue