diff options
Diffstat (limited to 'lib/lvgl/docs/_static/css/custom.css')
| -rw-r--r-- | lib/lvgl/docs/_static/css/custom.css | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/lib/lvgl/docs/_static/css/custom.css b/lib/lvgl/docs/_static/css/custom.css index 93a95be1..3ba92996 100644 --- a/lib/lvgl/docs/_static/css/custom.css +++ b/lib/lvgl/docs/_static/css/custom.css @@ -130,4 +130,24 @@ dl.cpp.unexpanded dd { } .expanded .lv-api-expansion-button::before { content: "\f0d7 \00a0"; -}
\ No newline at end of file +} + +.wy-nav-content{ + padding: 1.618em 3.236em; + height: 100%; + max-width: 1920px; + margin: auto +} + +div.body { + min-width: 360px; + max-width: 1920px; +} + +.cpp-expr { + font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace; + color: #e74c3c; + padding: 2px 5px; + border: 1px solid #e1e4e5; + font-size: 75%; +} |
