From 8c9667980cb60c94a7695f229d367a747d1c040e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Masson?= Date: Sun, 10 Jul 2016 21:58:46 +0200 Subject: [PATCH] Delete editor right border + its radius in full screen mode --- src/css/simplemde.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/css/simplemde.css b/src/css/simplemde.css index fb0e4c7..1a7e775 100644 --- a/src/css/simplemde.css +++ b/src/css/simplemde.css @@ -22,6 +22,8 @@ bottom: 0; height: auto; z-index: 9; + border-right: none !important; + border-bottom-right-radius: 0 !important; } .CodeMirror-sided {