style(notes): constrain public note list to a centered column
All checks were successful
CI / verify (push) Successful in 2m4s
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:
@@ -130,6 +130,12 @@ const openProfile = () => {
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.tabs {
|
||||
width: 100%;
|
||||
max-width: 42rem;
|
||||
margin-inline: auto;
|
||||
}
|
||||
|
||||
h1 {
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user