Tweak styling of manage rooms in space ux
parent
e6370a970b
commit
3ac4cb49fc
|
@ -203,8 +203,9 @@ limitations under the License.
|
||||||
.mx_SpaceRoomDirectory_actions {
|
.mx_SpaceRoomDirectory_actions {
|
||||||
width: 180px;
|
width: 180px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
height: min-content;
|
margin-left: 28px;
|
||||||
margin: auto 0 auto 28px;
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
.mx_AccessibleButton {
|
.mx_AccessibleButton {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
@ -223,9 +224,5 @@ limitations under the License.
|
||||||
line-height: $font-15px;
|
line-height: $font-15px;
|
||||||
color: $secondary-fg-color;
|
color: $secondary-fg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Checkbox {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue