You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Device manager - logout current session (PSG-743) (#9275)
* trigger verification of other devices * add sign out of current device section in device details * fix classname * lint * strict type fix * fix test * improve mocked VerifReq
This commit is contained in:
@ -34,6 +34,7 @@ limitations under the License.
|
||||
|
||||
display: grid;
|
||||
grid-gap: $spacing-16;
|
||||
justify-content: left;
|
||||
|
||||
&:last-child {
|
||||
padding-bottom: 0;
|
||||
@ -46,7 +47,7 @@ limitations under the License.
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.mxDeviceDetails_metadataTable {
|
||||
.mx_DeviceDetails_metadataTable {
|
||||
font-size: $font-12px;
|
||||
color: $secondary-content;
|
||||
|
||||
|
Reference in New Issue
Block a user