V10.597 全站響應式巡檢與載入優化
Some checks failed
CD Pipeline / deploy (push) Failing after 1m54s

This commit is contained in:
OoO
2026-06-05 15:48:38 +08:00
parent d9a13474cb
commit 9be44d27b1
8 changed files with 408 additions and 15946 deletions

View File

@@ -632,21 +632,23 @@
}
.dashboard-review-segments {
display: flex;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
gap: 8px;
padding: 12px 20px;
overflow-x: auto;
overflow: visible;
border-bottom: 1px solid var(--momo-border-light);
-webkit-overflow-scrolling: touch;
}
.dashboard-review-segments a {
display: inline-flex;
align-items: center;
justify-content: space-between;
gap: 8px;
flex: 0 0 auto;
min-width: 0;
min-height: 30px;
padding: 6px 10px;
overflow: hidden;
color: var(--momo-text-secondary);
background: var(--momo-bg-paper);
border: 1px solid var(--momo-border-light);
@@ -656,6 +658,13 @@
text-decoration: none;
}
.dashboard-review-segments a span:first-child {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dashboard-review-segments a.is-active {
color: var(--momo-text-inverse);
background: var(--momo-ink);