Update swap-panel-component.js

Update swap-panel-component.js
pull/1/head
Liana Husikyan 6 years ago committed by LianaHus
parent fc78f97747
commit ef1990c781
  1. 4
      src/app/components/swap-panel-component.js

@ -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>`
@ -73,7 +73,7 @@ module.exports = SwapPanelComponent
const css = csjs` const css = csjs`
.plugins { .plugins {
height : 95%; height : 100%;
} }
.plugItIn { .plugItIn {
display : none; display : none;

Loading…
Cancel
Save