refactor(layout): apply full-width layout to all pages
- Remove max-w-7xl containers from all page templates - Replace with w-full for full-screen width utilization - Maintain padding for readability - Admin templates: modify inner content div only (preserve sidebar layout)
This commit is contained in:
@@ -14,7 +14,7 @@ templ BookShelf(user User, libraries []LibraryData) {
|
||||
</head>
|
||||
<body class="theme-{ user.Theme }">
|
||||
@Header(user, "/bookshelf")
|
||||
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:8 py-8">
|
||||
<div class="w-full px-4 sm:px-6 lg:8 py-8">
|
||||
<!-- Library Selector -->
|
||||
<div class="mb-8">
|
||||
<div class="flex flex-col sm:flex-row gap-4 items-center justify-between">
|
||||
|
||||
Reference in New Issue
Block a user