From 15428a2ba8a66f4e4e4eeda0dc4b15e5cd230ba1 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 11 Nov 2016 17:41:44 +0000 Subject: [PATCH] Put hardcoded values back in --- lib/ice-coder.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ice-coder.css b/lib/ice-coder.css index 7002b5f..416ac52 100644 --- a/lib/ice-coder.css +++ b/lib/ice-coder.css @@ -154,10 +154,10 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .fileMenu a:hover {background-color: #666} .fileMenu hr {border: 0; height: 1px; padding: 0; margin: 0; background: #444} -.docExplorer {position: absolute; top: 70px; padding-left: 20px; transition: right 0.4s ease-in-out; overflow: hidden; color: #888} -.docExplorer .miniMap {position: absolute; display: block; width: 100%} -.docExplorer .miniMap .miniMapContainer {position: absolute; display: block; width: 100%} -.docExplorer .miniMap .miniMapContent {position: absolute; display: block; width: 100%} +.docExplorer {position: absolute; top: 70px; right: -420px; width: 200px; padding-left: 20px; transition: right 0.4s ease-in-out; overflow: hidden; color: #888} +.docExplorer .miniMap {position: absolute; display: block} +.docExplorer .miniMap .miniMapContainer {position: absolute; display: block; width: 200px} +.docExplorer .miniMap .miniMapContent {position: absolute; display: block; width: 200px} .docExplorer .functionClassList {position: absolute; display: none; width: 180px; height: 100%; overflow-x: hidden; overflow-y: auto} .docExplorer .functionClassList::-webkit-scrollbar {width: 12px; height: 12px} .docExplorer .functionClassList::-webkit-scrollbar-thumb {background: rgba(0,198,255,0.1)}