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:
2026-09-04 21:09:31 +01:00
co-authored by Claude Sonnet 5
parent b51d70b447
commit f8c52f8103
3 changed files with 2 additions and 6 deletions
-4
View File
@@ -684,10 +684,6 @@ h1 {
border-bottom-color: var(--accent);
}
.tabs__panel--narrow {
max-width: 42rem;
}
/* --- project configuration: status list ------------------------------- */
.config-section {