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:
co-authored by
Claude Fable 5.1
parent
942e04c821
commit
f26893f45b
@@ -798,10 +798,12 @@
|
|||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.replay {
|
.replay {
|
||||||
|
box-sizing: border-box;
|
||||||
background: #171a20;
|
background: #171a20;
|
||||||
border: 1px solid rgba(233, 225, 203, 0.25);
|
border: 1px solid rgba(233, 225, 203, 0.25);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
width: min(46rem, 100%);
|
width: min(46rem, 100%);
|
||||||
|
max-width: 100%;
|
||||||
max-height: calc(100dvh - 2rem);
|
max-height: calc(100dvh - 2rem);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user