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;
top: 0;
z-index: 2;
margin-bottom: 0px;
}
.localPluginBtn {
margin-top: 10px;
margin-top: 15px;
margin-bottom: -25px;
}
.displayName {
text-transform: capitalize;

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

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

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

Loading…
Cancel
Save