docs: share page mobile bugs

This commit is contained in:
Jay V
2025-07-10 20:16:34 -04:00
parent f7d44b178b
commit 9ca54020ac
7 changed files with 50 additions and 21 deletions

View File

@@ -101,10 +101,7 @@
}
[data-component="content"] {
display: flex;
flex-direction: column;
gap: 1rem;
flex-grow: 1;
min-width: 0;
}
[data-component="spacer"] {
@@ -117,6 +114,24 @@
color: var(--sl-color-text-dimmed);
}
[data-component="user-text"] {
min-width: 0;
display: flex;
flex-direction: column;
gap: 1rem;
flex-grow: 1;
max-width: var(--md-tool-width);
}
[data-component="assistant-text"] {
min-width: 0;
display: flex;
flex-direction: column;
gap: 1rem;
flex-grow: 1;
max-width: var(--md-tool-width);
}
[data-component="step-start"] {
display: flex;
flex-direction: column;
@@ -195,6 +210,31 @@
align-items: flex-start;
gap: 0.375rem;
padding-bottom: 1rem;
&[data-tool="bash"] {
max-width: var(--sm-tool-width);
}
&[data-tool="error"] {
max-width: var(--md-tool-width);
}
&[data-tool="read"],
&[data-tool="edit"],
&[data-tool="list"],
&[data-tool="glob"],
&[data-tool="grep"],
&[data-tool="write"],
&[data-tool="webfetch"] {
[data-component="tool-result"] {
max-width: var(--sm-tool-width);
}
}
&[data-tool="edit"] {
[data-component="tool-result"] {
max-width: var(--lg-tool-width);
}
}
}
[data-component="tool-title"] {