From 9b7425f88b500c9cf8ea7726a735beefbe42f560 Mon Sep 17 00:00:00 2001 From: abe33 Date: Tue, 24 May 2016 10:38:37 +0200 Subject: [PATCH] :bug: Fix disappearing minimap on master --- styles/minimap.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/styles/minimap.less b/styles/minimap.less index 53627344..2ad27e0b 100644 --- a/styles/minimap.less +++ b/styles/minimap.less @@ -4,10 +4,11 @@ atom-notifications:empty { pointer-events: none } -atom-text-editor:not([mini])::shadow .editor--private, -atom-text-editor:not([mini]).editor--private { +atom-text-editor[with-minimap]::shadow .editor--private, +atom-text-editor[with-minimap] .editor--private { order: 2; - flex: 1 0 0; + flex: 1 0 90%; + width: 90%; } atom-text-editor::shadow, atom-text-editor, html {