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

Spaces visual fixes #5909

Merged
merged 5 commits into from
Apr 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;
t3chguy marked this conversation as resolved.
Show resolved Hide resolved
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;
}
}