You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Tweak styling of manage rooms in space ux
This commit is contained in:
@ -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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user