mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 05:59:50 +00:00
fix(docs): avoid footer language selector truncation (#13124)
This commit is contained in:
parent
7e1247c420
commit
b523998329
1 changed files with 2 additions and 1 deletions
|
|
@ -110,7 +110,8 @@ const discord = config.social?.find((item) => item.icon === "discord")
|
||||||
}
|
}
|
||||||
|
|
||||||
.doc :global(starlight-lang-select select) {
|
.doc :global(starlight-lang-select select) {
|
||||||
min-width: 7em;
|
min-width: 18ch;
|
||||||
|
max-width: min(100%, 20rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 30rem) {
|
@media (min-width: 30rem) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue