update gui
This commit is contained in:
@@ -247,7 +247,20 @@ dd { margin: 4px 0 0; overflow-wrap: anywhere; }
|
||||
.package-row { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
|
||||
.package-row div { display: grid; gap: 4px; }
|
||||
.package-row small { color: var(--muted); }
|
||||
.package-row .status { align-items: center; justify-content: center; align-self: center; line-height: 1; text-align: center; }
|
||||
.package-row .status {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
align-self: center;
|
||||
min-width: 88px;
|
||||
padding: 7px 12px;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
}
|
||||
.package-row .status:not(.enabled) {
|
||||
color: var(--danger);
|
||||
border-color: rgba(181, 59, 51, .38);
|
||||
background: rgba(181, 59, 51, .1);
|
||||
}
|
||||
.package-update-actions { display: flex; flex-wrap: wrap; gap: 12px; }
|
||||
.toggle { display: flex; align-items: center; gap: 9px; }
|
||||
.empty, .fine-print { color: var(--muted); }
|
||||
|
||||
Reference in New Issue
Block a user