diff --git a/src/app/components/vertical-icons-component.js b/src/app/components/vertical-icons-component.js
index ed5cffb4f7..54659671c2 100644
--- a/src/app/components/vertical-icons-component.js
+++ b/src/app/components/vertical-icons-component.js
@@ -33,6 +33,11 @@ class VerticalIconComponent {
})
this.store.event.on('add', (api) => { })
this.store.event.on('remove', (api) => { })
+
+ let themeModule = globalRegistry.get('themeModule').api
+ themeModule.events.on('themeChanged', (type) => {
+ this.onThemeChanged(type)
+ })
}
stopListenOnStatus (api) {
@@ -58,7 +63,7 @@ class VerticalIconComponent {
* @param {ModuleProfile} profile The profile of the module
*/
addIcon ({kind, name, icon, displayName, tooltip}) {
- let title = (displayName || name) + " " + tooltip
+ let title = (displayName || name)// + (tooltip ? tooltip : "")
this.icons[name] = yo`
`
+ this.compFails = yo`
`
var info = yo`
`
this.atAddressButtonInput = yo`
`
diff --git a/src/app/tabs/styles/run-tab-styles.js b/src/app/tabs/styles/run-tab-styles.js
index 22cad94489..d0cd577a55 100644
--- a/src/app/tabs/styles/run-tab-styles.js
+++ b/src/app/tabs/styles/run-tab-styles.js
@@ -12,6 +12,7 @@ var css = csjs`
font-size: 12px;
display: flex;
justify-content: space-between;
+ padding-left: 15px;
}
.settings {
margin-bottom: 2%;
@@ -141,6 +142,7 @@ var css = csjs`
.noInstancesText {
font-style: italic;
text-align: left;
+ padding-left: 15px;
}
.pendingTxsText {
font-style: italic;
diff --git a/src/app/ui/card.js b/src/app/ui/card.js
index b0b96589ea..c01bec663e 100644
--- a/src/app/ui/card.js
+++ b/src/app/ui/card.js
@@ -16,17 +16,15 @@ module.exports = class Card {
if (self._view.el) return self._view.el
self._view.cardBody = yo`
`
- self._view.arrow = yo`
trigger(ev.target)}>`
+ self._view.arrow = yo`
`
self._view.expandCollapseButton = yo`
${self._view.arrow}
`
self._view.statusBar = yo`
${self._opts.collapsedView}
`
-
self._view.cardHeader = yo`
-