fix: style workspace settings actions

This commit is contained in:
2026-06-04 19:34:03 +08:00
parent 767c03ba8c
commit cb6c06fdc5
6 changed files with 19 additions and 6 deletions
+13
View File
@@ -157,6 +157,19 @@
flex-wrap: wrap;
margin-top: 0.5rem;
}
.btn {
padding: 0.45rem 0.8rem;
border: 1px solid var(--border, #2a2a3e);
border-radius: 6px;
background: var(--surface-light, #232338);
color: var(--text, #e0e0e0);
font-size: 0.85rem;
cursor: pointer;
}
.btn:hover {
background: var(--accent, #4a7c59);
border-color: var(--accent, #4a7c59);
}
.no-data {
color: var(--text-dim, #888);
font-style: italic;