From 2aa06abc454284c12fc30c8e6a3f85b18409fc10 Mon Sep 17 00:00:00 2001 From: ninabreznik Date: Tue, 8 Aug 2017 21:04:55 +0100 Subject: [PATCH] Add chat title and link to Solidity --- src/app/support-tab.js | 46 ++++++++++++++++++++++++++++++++++++++---- 1 file changed, 42 insertions(+), 4 deletions(-) diff --git a/src/app/support-tab.js b/src/app/support-tab.js index 46cdc604b1..df1aa4115c 100644 --- a/src/app/support-tab.js +++ b/src/app/support-tab.js @@ -15,9 +15,37 @@ var css = csjs` flex-direction: column; overflow: hidden; } + .chat extends ${styles.displayBox} { + display: flex; + flex-direction: column; + align-items: center; + height: 100%; + } + .chatTitle { + cursor: pointer; + height: 40px; + width: 92%; + display: flex; + align-items: center; + justify-content: center; + border-radius: 3px; + background-color: white; + border: 2px dotted ${styles.colors.lightGrey}; + } + .icon { + height: 70%; + margin-right: 2%; + } + .chatTitleText { + font-size: 13px; + font-weight: bold; + } + .chatTitleText { + opacity: 0.8; + } .chatIframe { width: 102%; - height: 85%; + height: 80%; border: 2px dotted ${styles.colors.lightGrey}; overflow: hidden; transform: @@ -32,8 +60,8 @@ var infoText = yo`
Have a question, found a bug or want to propose a feature? Have a look at the issues or check out - the documentation page. - Or join our chat below. + the documentation page on Remix or + Solidity.
` @@ -47,8 +75,18 @@ function supportTab (container, appAPI, events, opts) { ${infoText} -