1
0
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:
Kerry
2022-09-30 09:07:50 +02:00
committed by GitHub
parent 7a33818bd7
commit 772df30212
13 changed files with 224 additions and 33 deletions

View File

@ -42,3 +42,7 @@ limitations under the License.
text-align: center;
margin-bottom: $spacing-32;
}
.mx_FilteredDeviceList_headerButton {
flex-shrink: 0;
}

View File

@ -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;