You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-16 06:42:26 +03:00
fix layout
This commit is contained in:
@@ -28,6 +28,10 @@ limitations under the License.
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_UnknownDeviceDialog .mx_DeviceVerifyButtons {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_UnknownDeviceDialog .mx_Dialog_content {
|
.mx_UnknownDeviceDialog .mx_Dialog_content {
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,8 +32,8 @@ function DeviceListEntry(props) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<li>
|
<li>
|
||||||
<DeviceVerifyButtons device={device} userId={userId} />
|
|
||||||
{ device.deviceId }
|
{ device.deviceId }
|
||||||
|
<DeviceVerifyButtons device={device} userId={userId} />
|
||||||
<br />
|
<br />
|
||||||
{ device.getDisplayName() }
|
{ device.getDisplayName() }
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user