feat: update homepage banners to OSS, fix avatar edit hover, adjust workbench grid layout

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-06-05 13:29:17 +08:00
parent 93a7a6d5e6
commit 5097b5ce49
3 changed files with 21 additions and 9 deletions
+12
View File
@@ -5411,6 +5411,12 @@
color: #fff;
box-shadow: none;
font-size: 11px;
opacity: 0;
transition: opacity 0.2s;
}
.web-shell[data-ui-theme="dark-green"] .profile-page__avatar-ring:hover .profile-page__avatar-edit {
opacity: 1;
}
.web-shell[data-ui-theme="dark-green"] .profile-page__avatar-edit:hover {
@@ -6706,6 +6712,12 @@
height: 82px;
justify-content: flex-start;
padding-left: 30px;
opacity: 0;
transition: opacity 0.2s;
}
.web-shell[data-ui-theme="dark-green"] .profile-page--dashboard .profile-page__avatar-ring:hover .profile-page__avatar-edit {
opacity: 1;
}
.web-shell[data-ui-theme="dark-green"] .profile-page--dashboard .profile-page__avatar-badge {