mirror of
https://github.com/TommyFang2077/dsh-desktop.git
synced 2026-08-17 09:06:36 +08:00
feat: add mainland-reachable desktop distribution
This commit is contained in:
@@ -98,6 +98,40 @@ h1 {
|
||||
|
||||
.pill[hidden] { display: none; }
|
||||
|
||||
.pill.secondary {
|
||||
background: var(--card);
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
.pill:disabled { opacity: 0.55; }
|
||||
|
||||
.update-panel {
|
||||
margin-top: 20px;
|
||||
padding: 16px;
|
||||
border-radius: 14px;
|
||||
background: var(--card);
|
||||
}
|
||||
|
||||
.update-panel[hidden] { display: none; }
|
||||
|
||||
#update-notes {
|
||||
max-height: 120px;
|
||||
margin: 0;
|
||||
overflow: auto;
|
||||
color: var(--muted);
|
||||
font-size: 12px;
|
||||
line-height: 1.5;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.update-actions {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.update-actions .pill { margin-top: 16px; }
|
||||
|
||||
#detail {
|
||||
margin: 22px 0 0;
|
||||
text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user