Minor padding fixes to communities
This commit is contained in:
parent
ea511faafe
commit
a5c8485e23
1 changed files with 3 additions and 1 deletions
|
@ -29,12 +29,12 @@ limitations under the License.
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
padding-left: 19px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GroupView_header_view {
|
.mx_GroupView_header_view {
|
||||||
border-bottom: 1px solid $primary-hairline-color;
|
border-bottom: 1px solid $primary-hairline-color;
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
padding-left: 19px;
|
|
||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -182,6 +182,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_GroupView_body {
|
.mx_GroupView_body {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
margin: 0 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GroupView_rooms {
|
.mx_GroupView_rooms {
|
||||||
|
@ -250,6 +251,7 @@ limitations under the License.
|
||||||
.mx_GroupView_membershipSubSection {
|
.mx_GroupView_membershipSubSection {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
padding-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GroupView_membershipSubSection .mx_Spinner {
|
.mx_GroupView_membershipSubSection .mx_Spinner {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue