2024-01-23 01:58:08 +08:00
|
|
|
.ExtensionManager-queueSection {
|
2022-07-24 21:02:13 +08:00
|
|
|
&-header > .container {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
&::before, &::after {
|
|
|
|
content: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.Label {
|
|
|
|
text-transform: uppercase;
|
2024-01-23 01:58:08 +08:00
|
|
|
margin-inline-end: 8px;
|
2022-07-24 21:02:13 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.Table {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
// @TODO move to core
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
&-controls-item {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-01-23 01:58:08 +08:00
|
|
|
.ExtensionManager-queueTable {
|
2022-07-24 21:02:13 +08:00
|
|
|
&-package {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: 8px;
|
|
|
|
|
|
|
|
&-icon {
|
|
|
|
--size: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-details {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-name {
|
|
|
|
font-size: 0.7rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-operation {
|
|
|
|
display: flex;
|
|
|
|
gap: 16px;
|
|
|
|
|
|
|
|
&-icon {
|
|
|
|
width: 20px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|