Drop two more unneeded width caps
- .tabs__panel--narrow (42rem, the project view's 'All tasks' tab): removed the class and its rule, same reasoning as the config sections -- the page around it is already full-width. - Profile now sets meta.wide, so it uses .app__main--wide instead of the default .app__main's 32rem cap, matching the dashboard/project/ configure views instead of sitting narrow like the login form. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -174,7 +174,7 @@ async function onCreate() {
|
||||
</div>
|
||||
|
||||
<!-- Tab: All tasks -->
|
||||
<div v-show="activeTab === 'all'" class="tabs__panel tabs__panel--narrow" role="tabpanel">
|
||||
<div v-show="activeTab === 'all'" class="tabs__panel" role="tabpanel">
|
||||
<p class="muted">{{ summary }}</p>
|
||||
|
||||
<p v-if="cards.loading && !cards.loaded" class="muted">Loading…</p>
|
||||
|
||||
Reference in New Issue
Block a user