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
Device manager - sign out of multiple sessions (#9325)
* add device selection that does nothing * multi select and sign out of sessions * test multiple selection * fix type after rebase
This commit is contained in:
@ -42,3 +42,7 @@ limitations under the License.
|
||||
text-align: center;
|
||||
margin-bottom: $spacing-32;
|
||||
}
|
||||
|
||||
.mx_FilteredDeviceList_headerButton {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
@ -19,7 +19,7 @@ limitations under the License.
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
gap: $spacing-8;
|
||||
gap: $spacing-16;
|
||||
|
||||
width: 100%;
|
||||
height: 48px;
|
||||
|
Reference in New Issue
Block a user