fix: unify page header styles across all views
- Extract shared .page-header and .header-title to global.scss - Standardize padding to 21px 20px matching sidebar logo height - Fix Usage page layout to flex column with standard header - Fix Logs page header CSS selector after class rename - Normalize button sizes to small across all headers Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -44,7 +44,7 @@ $font-code: 'JetBrains Mono', 'Fira Code', 'Consolas', monospace;
|
||||
// Layout
|
||||
$sidebar-width: 240px;
|
||||
$sidebar-collapsed-width: 64px;
|
||||
$header-height: 56px;
|
||||
$header-height: 60px;
|
||||
|
||||
// Radius
|
||||
$radius-sm: 6px;
|
||||
|
||||
Reference in New Issue
Block a user