Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5909 from robintown/spaces-visual-fixes
Browse files Browse the repository at this point in the history
Spaces visual fixes
  • Loading branch information
t3chguy authored Apr 23, 2021
2 parents 65d55bd + 002c24e commit e088118
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
3 changes: 1 addition & 2 deletions res/css/structures/_SpaceRoomView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,11 @@ $SpaceRoomViewInnerWidth: 428px;

.mx_SpaceRoomView_info {
display: inline-block;
margin: 0;
margin: 0 auto 0 0;
}

.mx_FacePile {
display: inline-block;
margin-left: auto;
margin-right: 12px;

.mx_FacePile_faces {
Expand Down
14 changes: 6 additions & 8 deletions res/css/views/dialogs/_AddExistingToSpaceDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,14 @@ limitations under the License.
font-size: $font-15px;
line-height: 30px;
flex-grow: 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-right: 12px;
}

.mx_FormButton {
min-width: 92px;
font-weight: normal;
box-sizing: border-box;
.mx_Checkbox {
align-items: center;
}
}
}
Expand Down Expand Up @@ -192,8 +194,4 @@ limitations under the License.
padding: 0;
}
}

.mx_FormButton {
padding: 8px 22px;
}
}

0 comments on commit e088118

Please sign in to comment.