This commit is contained in:
@@ -170,7 +170,7 @@ input:focus, textarea:focus, select:focus {
|
||||
height: 100dvh;
|
||||
min-width: 0;
|
||||
max-width: 260px;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden auto;
|
||||
}
|
||||
.brand { display: flex; gap: 12px; align-items: center; min-width: 0; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
|
||||
.brand-mark { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: #111827; color: #fff; }
|
||||
@@ -179,7 +179,7 @@ input:focus, textarea:focus, select:focus {
|
||||
.brand small { display: block; color: var(--muted); margin-top: 2px; }
|
||||
.brand > div { min-width: 0; overflow: hidden; }
|
||||
.brand strong, .brand small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
||||
.nav-groups { display: flex; flex-direction: column; gap: 14px; flex: 1; min-width: 0; overflow-y: auto; overflow-x: hidden; scrollbar-gutter: stable; }
|
||||
.nav-groups { display: flex; flex-direction: column; gap: 14px; flex: 1 0 auto; min-width: 0; overflow: visible; }
|
||||
.nav-group { display: flex; flex-direction: column; gap: 5px; min-width: 0; overflow-x: hidden; }
|
||||
.nav-group p {
|
||||
margin: 0 0 2px;
|
||||
@@ -632,7 +632,7 @@ summary { cursor: pointer; font-weight: 900; margin-bottom: 10px; }
|
||||
|
||||
@media (max-width: 820px) {
|
||||
.app-shell { grid-template-columns: 1fr; }
|
||||
.sidebar { position: static; height: auto; }
|
||||
.sidebar { position: static; height: auto; max-width: none; overflow: visible; }
|
||||
.nav-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
|
||||
.workspace { padding: 16px; }
|
||||
.topbar, .section-head { align-items: stretch; flex-direction: column; }
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
"fullInstaller": {
|
||||
"fileName": "YMhut_Box_WinUI_Setup_2.0.7.6.exe",
|
||||
"url": "https://update.ymhut.cn/downloads/YMhut_Box_WinUI_Setup_2.0.7.6.exe",
|
||||
"sha256": "38990585884af04fe4b86344418e9021dcf319bce351cd46bbe18762bd18bd1d",
|
||||
"size": 113488208,
|
||||
"sha256": "a7f9fce2b13bc0569bec4b2317531b6be447e10c26e5f4704dfdcd6d570c0d40",
|
||||
"size": 113490312,
|
||||
"version": "2.0.7.6"
|
||||
},
|
||||
"msix": {
|
||||
"fileName": "YMhutBox_2.0.7.6_x64.msix",
|
||||
"url": "https://update.ymhut.cn/downloads/YMhutBox_2.0.7.6_x64.msix",
|
||||
"sha256": "015820df9a5076d3759619fc90cb23b0250d6828adb6713ac48d0587162e4070",
|
||||
"size": 259972073,
|
||||
"sha256": "1f1e79d391edd0084e09c482d958026b5afc70abd33ff61e0880f12c903d0cb1",
|
||||
"size": 259974016,
|
||||
"version": "2.0.7.6"
|
||||
},
|
||||
"appInstaller": {
|
||||
@@ -32,15 +32,15 @@
|
||||
"fullInstaller": {
|
||||
"fileName": "YMhut_Box_WinUI_Setup_2.0.7.6.exe",
|
||||
"url": "https://update.ymhut.cn/downloads/YMhut_Box_WinUI_Setup_2.0.7.6.exe",
|
||||
"sha256": "38990585884af04fe4b86344418e9021dcf319bce351cd46bbe18762bd18bd1d",
|
||||
"size": 113488208,
|
||||
"sha256": "a7f9fce2b13bc0569bec4b2317531b6be447e10c26e5f4704dfdcd6d570c0d40",
|
||||
"size": 113490312,
|
||||
"version": "2.0.7.6"
|
||||
},
|
||||
"msix": {
|
||||
"fileName": "YMhutBox_2.0.7.6_x64.msix",
|
||||
"url": "https://update.ymhut.cn/downloads/YMhutBox_2.0.7.6_x64.msix",
|
||||
"sha256": "015820df9a5076d3759619fc90cb23b0250d6828adb6713ac48d0587162e4070",
|
||||
"size": 259972073,
|
||||
"sha256": "1f1e79d391edd0084e09c482d958026b5afc70abd33ff61e0880f12c903d0cb1",
|
||||
"size": 259974016,
|
||||
"version": "2.0.7.6"
|
||||
},
|
||||
"appInstaller": {
|
||||
@@ -56,5 +56,5 @@
|
||||
"updateInfo": "The official update-info catalog only describes the full offline installer, MSIX, and appinstaller artifacts.",
|
||||
"distribution": "The update channel publishes the full offline installer, MSIX, and appinstaller artifacts."
|
||||
},
|
||||
"createdAt": "2026-06-30T02:26:21.1755219Z"
|
||||
"createdAt": "2026-06-30T03:46:00.7795331Z"
|
||||
}
|
||||
Reference in New Issue
Block a user