The reel measures its padding inside its width, so it stays within the share page on a phone

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Jm2auWk6RP71CjaAb4FMoG
This commit is contained in:
Eric Wagoner
2026-09-17 21:18:35 -04:00
co-authored by Claude Fable 5.1
parent 942e04c821
commit f26893f45b
+2
View File
@@ -798,10 +798,12 @@
padding: 1rem;
}
.replay {
box-sizing: border-box;
background: #171a20;
border: 1px solid rgba(233, 225, 203, 0.25);
border-radius: 8px;
width: min(46rem, 100%);
max-width: 100%;
max-height: calc(100dvh - 2rem);
display: flex;
flex-direction: column;