Tweak styling of manage rooms in space ux

pull/21833/head
Michael Telatynski 2021-03-09 14:16:29 +00:00
parent e6370a970b
commit 3ac4cb49fc
1 changed files with 3 additions and 6 deletions

View File

@ -203,8 +203,9 @@ limitations under the License.
.mx_SpaceRoomDirectory_actions {
width: 180px;
text-align: right;
height: min-content;
margin: auto 0 auto 28px;
margin-left: 28px;
display: inline-flex;
align-items: center;
.mx_AccessibleButton {
vertical-align: middle;
@ -223,9 +224,5 @@ limitations under the License.
line-height: $font-15px;
color: $secondary-fg-color;
}
.mx_Checkbox {
display: inline-block;
}
}
}