mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
docs: improve notes on mobile (#4747)
This commit is contained in:
parent
f8996f0a90
commit
2b05fe2859
1 changed files with 5 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue