This is an automated email from the ASF dual-hosted git repository.
mwalch pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/fluo-website.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new cb4d8ae Fixes #96 - Fixed documentation sidebar for mobile (#97)
cb4d8ae is described below
commit cb4d8aebe5e038e4514e5615e466ee5df862a4a6
Author: Mike Walch <[email protected]>
AuthorDate: Tue Oct 3 13:29:37 2017 -0400
Fixes #96 - Fixed documentation sidebar for mobile (#97)
---
css/fluo.scss | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/css/fluo.scss b/css/fluo.scss
index 6e9d7fe..e6d5a2e 100644
--- a/css/fluo.scss
+++ b/css/fluo.scss
@@ -87,6 +87,13 @@ tr:nth-child(odd) {background: #FFF}
margin-top: 20px;
}
+/* Turn off sidebar affix for small screens */
+@media (max-width: 975px) {
+ .affix {
+ position: static;
+ }
+}
+
@media(max-width: 800px) {
#fluo-img {
height: 30px;
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].