优化界面布局

This commit is contained in:
CN-JS-HuiBai
2026-04-13 15:34:03 +08:00
parent 0c3ef3d07e
commit 395b3f3c4e
3 changed files with 41 additions and 48 deletions

View File

@@ -330,9 +330,9 @@ body {
/* ---- Global Refresh Button ---- */
.btn-refresh-global {
width: 32px;
height: 32px;
display: flex;
width: 40px;
height: 40px;
display: none;
align-items: center;
justify-content: center;
background: var(--bg-card);
@@ -341,20 +341,18 @@ body {
color: var(--text-secondary);
cursor: pointer;
transition: all 0.25s ease;
margin-left: 4px;
padding: 0;
}
.btn-refresh-global:hover {
border-color: var(--border-hover);
color: var(--accent-emerald);
background: rgba(16, 185, 129, 0.08);
transform: translateY(-1px);
transform: translateY(-2px);
}
.btn-refresh-global svg {
width: 16px;
height: 16px;
width: 20px;
height: 20px;
}
/* ---- Theme Switch ---- */