ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/website/www.git/commit/?id=001dd87d7fd153567c08ecac03932167b1690fbf

commit 001dd87d7fd153567c08ecac03932167b1690fbf
Author: Andy Williams <a...@andywilliams.me>
Date:   Wed Oct 25 11:35:00 2017 +0100

    some tweaks for the markdown live preview
---
 public_html/lib/tpl/e/css/modifications.css | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/public_html/lib/tpl/e/css/modifications.css 
b/public_html/lib/tpl/e/css/modifications.css
index 7804ac08..cc8d7ccb 100644
--- a/public_html/lib/tpl/e/css/modifications.css
+++ b/public_html/lib/tpl/e/css/modifications.css
@@ -1,6 +1,9 @@
 body {
    padding-top: 46px;
    padding-bottom: 40px;
+}
+
+body, .meltdown_preview {
    background-color: #303030;
    color: #888888;
    font-family: "Open Sans", sans-serif;
@@ -8,6 +11,13 @@ body {
    line-height: 1.5;
 }
 
+.meltdown_wrap.fullscreen {
+   padding-top: 52px;
+}
+.meltdown_control-sidebyside {
+   display: none;
+}
+
 .col-md-11 {
    width: 100%;
 }
@@ -479,6 +489,19 @@ textarea {
    font-family: "Source Code Pro", mono;
 }
 
+/* live preview tweaks for markdown */
+
+.meltdown_wrap.fullscreen {
+   padding-top: 52px;
+}
+.meltdown_control-sidebyside {
+   display: none;
+}
+.dw__editform textarea {
+   height: 250px;
+}
+
+
 #config__manager tr .input,
 #config__manager tr input,
 #config__manager tr textarea,

-- 


Reply via email to