feat(artist-posts-tab): bump max-width 900 → 1600 so the new wide-layout PostCard has room and the artist Posts feed doesn't leave most of an ultra-wide screen empty

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-26 20:51:21 -04:00
parent 6df74683b3
commit 0316f92e8b
@@ -67,7 +67,7 @@ onUnmounted(() => {
<style scoped>
.fc-artist-posts {
max-width: 900px;
max-width: 1600px;
margin: 0 auto;
}
.fc-artist-posts__loading,