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 - expandable session details in device list (PSG-644) (#9188)
* add expandable device details to session list * test device expansion in filtered list * test expanded device id management from sessionmanager tab * i18n * update snapshot * update snapshots * use css instead of br
This commit is contained in:
@ -32,6 +32,9 @@ limitations under the License.
|
||||
margin-bottom: $spacing-16;
|
||||
border-bottom: 1px solid $quinary-content;
|
||||
|
||||
display: grid;
|
||||
grid-gap: $spacing-16;
|
||||
|
||||
&:last-child {
|
||||
padding-bottom: 0;
|
||||
border-bottom: 0;
|
||||
@ -48,7 +51,6 @@ limitations under the License.
|
||||
color: $secondary-content;
|
||||
|
||||
width: 100%;
|
||||
margin-top: $spacing-20;
|
||||
|
||||
border-spacing: 0;
|
||||
|
||||
|
@ -48,6 +48,11 @@ limitations under the License.
|
||||
padding: 0 $spacing-8;
|
||||
}
|
||||
|
||||
.mx_FilteredDeviceList_listItem {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.mx_FilteredDeviceList_securityCard {
|
||||
margin-bottom: $spacing-32;
|
||||
}
|
||||
|
Reference in New Issue
Block a user