adjust Device list style to match ScrollArea changes.
This commit is contained in:
parent
c9293fe90c
commit
be09215fc6
|
@ -4,12 +4,13 @@
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
padding-inline: calc(var(--spacing) * 2);
|
||||||
|
padding-block-end: calc(var(--spacing));
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
}
|
}
|
||||||
.devices_list_layout {
|
.devices_list_layout {
|
||||||
padding-inline: calc(var(--spacing) * 2);
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user