summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css')
-rw-r--r--user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css18
1 files changed, 13 insertions, 5 deletions
diff --git a/user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css b/user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css
index 4c5c2f30b..a2a3b3e91 100644
--- a/user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css
+++ b/user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css
@@ -72,9 +72,17 @@ div#pulldown-menu {
color: #aaaaaa;
}
-/*disable switch layout on mobile devices*/
-@media (max-width: 768px) {
- #closeMe {
- display: none;
- }
+/*hide pulldown menu on mobile devices*/
+@media (max-width: 768px) { /*tablet size defined by theme*/
+ #closeMe {
+ display: none;
+ }
+
+ #pulldown {
+ display: none;
+ }
+
+ #openToc {
+ display: none;
+ }
} \ No newline at end of file