feat: Header重排、共享配方到公共库、待审核配方、权限优化 #17

Merged
fam merged 39 commits from fix/ui-polish-round2 into main 2026-04-09 18:37:12 +00:00
Showing only changes of commit 3133a2f10c - Show all commits

View File

@@ -1265,11 +1265,16 @@ async function saveCardImage(name) {
.toolbar-btn-text:hover { background: var(--sage-mist); }
.toolbar-btn-icon {
display: none;
background: none;
border: none;
font-size: 18px;
background: white;
border: 1.5px solid var(--border);
border-radius: 10px;
font-size: 16px;
cursor: pointer;
padding: 4px;
padding: 6px 10px;
}
.toolbar-btn-icon:hover {
border-color: var(--sage);
background: var(--sage-mist);
}
@media (max-width: 480px) {