diff options
| author | Jaga Santagostino <[email protected]> | 2025-11-25 22:27:28 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-25 15:27:28 -0600 |
| commit | 2b05fe28595c7c636b4781b8b893c6e6755c1943 (patch) | |
| tree | 16e98be55086ef9d3346d3fda426d1ea2ec65a01 /packages | |
| parent | f8996f0a90a5d08748090eb753b55f0a66e71dc1 (diff) | |
| download | opencode-2b05fe28595c7c636b4781b8b893c6e6755c1943.tar.gz opencode-2b05fe28595c7c636b4781b8b893c6e6755c1943.zip | |
docs: improve notes on mobile (#4747)
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/web/src/styles/custom.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/web/src/styles/custom.css b/packages/web/src/styles/custom.css index de4fae0ad..04331dd6a 100644 --- a/packages/web/src/styles/custom.css +++ b/packages/web/src/styles/custom.css @@ -215,6 +215,11 @@ site-search > button span { .starlight-aside__content { margin-top: 0; } + + @media (max-width: 768px) { + flex-direction: column; + gap: 6px; + } } site-search > button > kbd { |
