Add skill recommendations page content (#892)

This commit is contained in:
ekko
2026-05-21 12:23:08 +08:00
committed by GitHub
parent 91f7f2329a
commit 284d794260
4 changed files with 517 additions and 15 deletions
@@ -551,7 +551,7 @@ function openChangelog() {
flex-direction: row;
align-items: center;
justify-content: space-between;
gap: 8px;
gap: 6px;
overflow: hidden;
}
@@ -559,7 +559,7 @@ function openChangelog() {
display: flex;
align-items: center;
flex-shrink: 0;
gap: 8px;
gap: 6px;
}
:deep(.theme-switch-container) {
@@ -584,10 +584,8 @@ function openChangelog() {
}
.version-text {
flex: 1;
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
flex: 0 0 auto;
overflow: visible;
white-space: nowrap;
cursor: pointer;
transition: color 0.2s;