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

@@ -1,10 +1,5 @@
.root {
width: 100%;
max-width: var(--sm-tool-width);
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 0.5rem;
display: contents;
[data-slot="expand-button"] {
flex: 0 0 auto;
@@ -13,8 +8,6 @@
}
[data-slot="body"] {
display: flex;
flex-direction: column;
border: 1px solid var(--sl-color-divider);
border-radius: 0.25rem;
overflow: hidden;