]> git.0d.be Git - chloro.git/commitdiff
rdio: also display toc on mobile
authorFrédéric Péters <fpeters@0d.be>
Sun, 28 Aug 2022 12:34:46 +0000 (14:34 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sun, 28 Aug 2022 12:34:55 +0000 (14:34 +0200)
chloro/rdio/static/css/style.scss

index fb50c913c97d94c1d86636e5320835d808255dab..9bef07ddd3fe2acb231bf1b1a53907f36700ae72 100644 (file)
@@ -368,6 +368,10 @@ article h2:hover {
 
 @media screen and (max-width: 80em) {
        #toc {
-               display: none;
+               background: #eee;
+               float: none;
+               margin: 0;
+               width: auto;
+               position: static;
        }
 }