🎨 减小右上角元素间距为8px
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
}
|
||||
|
||||
.header-title { font-size: 20px; font-weight: 500; display: flex; align-items: center; gap: 8px; }
|
||||
.header-actions { display: flex; align-items: center; gap: 16px; }
|
||||
.header-actions { display: flex; align-items: center; gap: 8px; }
|
||||
.header-actions .btn { color: white; }
|
||||
.header-actions .btn-outlined { border-color: rgba(255,255,255,0.7); }
|
||||
.header-actions .btn-outlined:hover { background: rgba(255,255,255,0.1); }
|
||||
|
||||
Reference in New Issue
Block a user