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:
parent
fecc03289d
commit
e5fedfcd74
13 changed files with 155 additions and 12 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue