Commit ef1990c7 authored by Liana Husikyan's avatar Liana Husikyan Committed by LianaHus

Update swap-panel-component.js

Update swap-panel-component.js
parent fc78f977
...@@ -56,7 +56,7 @@ class SwapPanelComponent { ...@@ -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 ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment