From 63ea7bb6b569bbfebe581ba6088a14ea0686479a Mon Sep 17 00:00:00 2001 From: Martin Rodalgaard Date: Tue, 17 Nov 2015 21:46:53 +0100 Subject: [PATCH] Work with native-ui theme --- styles/themes.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles/themes.less b/styles/themes.less index 9a10ecf..a80b046 100644 --- a/styles/themes.less +++ b/styles/themes.less @@ -28,3 +28,9 @@ background-color: @app-background-color; } } + +.theme-native-ui { + atom-panel.modal.expose-panel { + top: 0 !important; + } +}