From 32320a0f0f7cb9b7c754c0336c74d6bd301f53f4 Mon Sep 17 00:00:00 2001 From: CaptainMalzbier Date: Mon, 30 Oct 2017 16:56:11 +0100 Subject: [PATCH] able to access subsections on mobile devices now --- styles/readtheorg/css/readtheorg.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/styles/readtheorg/css/readtheorg.css b/styles/readtheorg/css/readtheorg.css index 288f4ae..a638c48 100644 --- a/styles/readtheorg/css/readtheorg.css +++ b/styles/readtheorg/css/readtheorg.css @@ -437,11 +437,18 @@ table tr:nth-child(2n) td{ } #toggle-sidebar h2 { + background-color:#2980B9; + width:100%; + height:50px; + left:0; + top:0; color: white; font-size: 100%; line-height: 50px; + position:fixed; margin: 0; padding: 0; + opacity:0.7; } #table-of-contents .close-sidebar {