From 639a853418e05f85107ff85440d7a6d1964afc78 Mon Sep 17 00:00:00 2001 From: jykim Date: Wed, 24 Jan 2018 16:48:03 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EC=8A=88=208243=20=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/css/developer.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/renderer/css/developer.css b/src/renderer/css/developer.css index 2164f8946..f22034470 100644 --- a/src/renderer/css/developer.css +++ b/src/renderer/css/developer.css @@ -565,12 +565,21 @@ nav.entryPlaygroundPainterTopMenu > ul .painterTopHeader .entryPlaygroundPainter nav.entryPlaygroundPainterTopMenu > ul #entryPainterTopMenuFile, nav.entryPlaygroundPainterTopMenu > ul #entryPainterTopMenuEdit { padding-top: 8px; + height: 32px; } nav.entryPlaygroundPainterTopMenu > ul #entryPainterTopMenuFile { width: 70px; } +nav.entryPlaygroundPainterTopMenu > ul #entryPainterTopMenuEdit { + margin-top: -32px; +} + +nav.entryPlaygroundPainterTopMenu > ul ul { + margin-top: 4px; +} + .entryPlaygroundPainterTopMenuFile:hover { background-color: #3b329e !important; }