From dcfb35faeaf73934dfb08b6c8b5612f88902b436 Mon Sep 17 00:00:00 2001 From: nick evans Date: Thu, 9 Nov 2023 13:31:55 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Fix=20styles.css=20customization?= =?UTF-8?q?=20for=20RDoc=206.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The new rdoc styles, using grid, don't work with my existing height, position, overflow changes to the side nav. The upstream versions are better. 🙂 --- docs/styles.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/styles.css b/docs/styles.css index 817ec4b8..16daa69b 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -22,15 +22,3 @@ body { */ font-weight: 400; } - -@media only screen and (min-width: 600px) { - nav { - height: 100%; - position: fixed; - overflow-y: scroll; - } - - nav #class-metadata { - margin-bottom: 5em; - } -}