style: match /me profile card width to highlight cards

- Constrain AuthorCard width via header context
- Remove extra padding on .me-highlights-list so widths align
- Keeps both at 600px max with auto centering
This commit is contained in:
Gigi
2025-10-13 16:20:54 +02:00
parent e46b68da7e
commit 744e86b290

View File

@@ -54,6 +54,10 @@
width: 100%;
}
/* Align highlight list width with profile card width on /me */
.me-highlights-list { padding-left: 0; padding-right: 0; }
.explore-header .author-card { max-width: 600px; margin: 0 auto; width: 100%; }
/* Bookmarks list */
.bookmarks-list {
display: flex;