mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-02 08:56:26 +08:00
docs: Prevent overflow for narrow screens
Regression from #9003, this is visible on mobile mainly. Fixes #9690 (cherry picked from commit ca02e88ef19d71821b633d139fe20b1284bb51b1)
This commit is contained in:
parent
3bef75fb79
commit
252f521e95
@ -552,6 +552,10 @@ aside.footnote > p {
|
|||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.documentwrapper {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
/* On screens that are less than 700px wide remove anything non-essential
|
/* On screens that are less than 700px wide remove anything non-essential
|
||||||
- the sidebar, the gradient background, ... */
|
- the sidebar, the gradient background, ... */
|
||||||
@media screen and (max-width: 700px) {
|
@media screen and (max-width: 700px) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user