Commit 637232f7 authored by ninabreznik's avatar ninabreznik Committed by yann300

Fix close

parent 6ef55369
...@@ -31,6 +31,7 @@ var css = csjs` ...@@ -31,6 +31,7 @@ var css = csjs`
align-items: center; align-items: center;
} }
.title { .title {
font-size: 11px;
${styles.dropdown} ${styles.dropdown}
width: 400px; width: 400px;
display: flex; display: flex;
...@@ -165,7 +166,7 @@ function UniversalDApp (opts = {}) { ...@@ -165,7 +166,7 @@ function UniversalDApp (opts = {}) {
self._api = opts.api self._api = opts.api
self.removable = opts.opt.removable self.removable = opts.opt.removable
self.removable_instance = opts.opt.removable_instance self.removable_instances = opts.opt.removable_instances
self.el = yo`<div class=${css.udapp}></div>` self.el = yo`<div class=${css.udapp}></div>`
self.personalMode = opts.opt.personalMode || false self.personalMode = opts.opt.personalMode || false
self.contracts self.contracts
......
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