style(notes): constrain public note list to a centered column
All checks were successful
CI / verify (push) Successful in 2m4s

Full-bleed rows flung the author/date meta to the far edge on wide
screens. Cap the list and tabs to a 42rem centered column, stack the
meta tight under the title, and drop the button padding on titles.
This commit is contained in:
Julien Calixte
2026-06-29 21:38:43 +02:00
parent 9d27aa024f
commit 57ef4a9e50
2 changed files with 15 additions and 6 deletions

View File

@@ -130,6 +130,12 @@ const openProfile = () => {
gap: 1rem;
}
.tabs {
width: 100%;
max-width: 42rem;
margin-inline: auto;
}
h1 {
flex: 1;
text-align: center;