mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
Override the min-width for body from the alabaster theme
For some reason it sets min width to 450px which is too wide for some mobile screens. Fixes #3116
This commit is contained in:
parent
ff96036f62
commit
c46ebebbb3
1 changed files with 4 additions and 0 deletions
4
docs/_static/custom.css
vendored
4
docs/_static/custom.css
vendored
|
|
@ -21,6 +21,10 @@ div.body p, div.body dd, div.body li, div.body blockquote {
|
|||
text-align: justify;
|
||||
}
|
||||
|
||||
div.body {
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue