Merge pull request #1893 from ethereum/swap_it_terminal

Update terminal-styles.js
pull/1/head
yann300 6 years ago committed by GitHub
commit 8e3eb30650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/app/components/plugin-manager-component.js
  2. 2
      src/app/components/swap-panel-component.js
  3. 4
      src/app/panels/styles/terminal-styles.js
  4. 1
      src/app/ui/landing-page/landing-page.js

@ -14,9 +14,11 @@ const css = csjs`
position: sticky; position: sticky;
top: 0; top: 0;
z-index: 2; z-index: 2;
margin-bottom: 0px;
} }
.localPluginBtn { .localPluginBtn {
margin-top: 10px; margin-top: 15px;
margin-bottom: -25px;
} }
.displayName { .displayName {
text-transform: capitalize; text-transform: capitalize;

@ -56,7 +56,7 @@ class SwapPanelComponent {
render () { render () {
this.view = yo` this.view = yo`
<div id='plugins' class=${css.plugins} > <div id='plugins' class=${css.plugins}>
</div> </div>
` `
this.header = yo`<header class="${css.swapitHeader}"><h6 class="${css.swapitTitle}"></h6></header>` this.header = yo`<header class="${css.swapitHeader}"><h6 class="${css.swapitTitle}"></h6></header>`

@ -6,8 +6,7 @@ var css = csjs`
display : flex; display : flex;
flex-direction : column; flex-direction : column;
font-size : 12px; font-size : 12px;
height : 100%; min-height : 3em;
min-height : 1.7em;
overflow : hidden; overflow : hidden;
} }
.bar { .bar {
@ -20,6 +19,7 @@ var css = csjs`
align-items : center; align-items : center;
width : 100%; width : 100%;
max-height : 35px; max-height : 35px;
min-height : 35px;
} }
.clear { .clear {
margin-right : 20px; margin-right : 20px;

@ -17,6 +17,7 @@ let css = csjs`
text-decoration: underline; text-decoration: underline;
} }
.homeContainer { .homeContainer {
height: 105%!important; /* @todo should be removed once swap_it and mainview will be separated */
user-select:none; user-select:none;
} }
.jumbotronContainer { .jumbotronContainer {

Loading…
Cancel
Save