UI: Improve multi OS display #205
@ -140,6 +140,7 @@
|
|||||||
|
|
||||||
// Show button if item platform matches active platform
|
// Show button if item platform matches active platform
|
||||||
if (itemPlatformBasePrefix.startsWith(activePlatformPrefix)) {
|
if (itemPlatformBasePrefix.startsWith(activePlatformPrefix)) {
|
||||||
|
item.classList.add('btn-install-action-item-active');
|
||||||
item.classList.remove('d-none');
|
item.classList.remove('d-none');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@ -167,8 +167,9 @@
|
|||||||
.btn-install-action-item
|
.btn-install-action-item
|
||||||
+margin(3, bottom)
|
+margin(3, bottom)
|
||||||
|
|
||||||
&:last-child
|
.btn-install-action-item-active ~ .btn-install-action-item-active
|
||||||
+margin(0, bottom)
|
border-bottom: thin solid var(--border-color)
|
||||||
|
+padding(3, bottom)
|
||||||
|
|
||||||
.btn-install-drag,
|
.btn-install-drag,
|
||||||
.btn-install-drag:active
|
.btn-install-drag:active
|
||||||
|
Loading…
Reference in New Issue
Block a user