mirror of
https://github.com/dergigi/boris.git
synced 2026-01-05 16:04:36 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user