Merge pull request #5909 from robintown/spaces-visual-fixes

Spaces visual fixes
This commit is contained in:
Michael Telatynski 2021-04-23 17:54:30 +01:00 committed by GitHub
commit e088118650
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 10 deletions

View file

@ -214,12 +214,11 @@ $SpaceRoomViewInnerWidth: 428px;
.mx_SpaceRoomView_info { .mx_SpaceRoomView_info {
display: inline-block; display: inline-block;
margin: 0; margin: 0 auto 0 0;
} }
.mx_FacePile { .mx_FacePile {
display: inline-block; display: inline-block;
margin-left: auto;
margin-right: 12px; margin-right: 12px;
.mx_FacePile_faces { .mx_FacePile_faces {

View file

@ -148,12 +148,14 @@ limitations under the License.
font-size: $font-15px; font-size: $font-15px;
line-height: 30px; line-height: 30px;
flex-grow: 1; flex-grow: 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-right: 12px;
} }
.mx_FormButton { .mx_Checkbox {
min-width: 92px; align-items: center;
font-weight: normal;
box-sizing: border-box;
} }
} }
} }
@ -192,8 +194,4 @@ limitations under the License.
padding: 0; padding: 0;
} }
} }
.mx_FormButton {
padding: 8px 22px;
}
} }