Skip to content

Commit

Permalink
fix plugin dialog style
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Apr 24, 2019
1 parent 45e703a commit 5d0af2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/components/Imjoy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
</div>
<md-card-header>
<md-toolbar md-elevation="0">
<div class="md-toolbar-section-start">
<div>
<h2><md-icon v-if="plugin4install.icon">{{plugin4install.icon}}</md-icon><md-icon v-else>extension</md-icon>
{{plugin4install.type === 'native-python'? plugin4install.name + ' 🚀': plugin4install.name}}
</h2>
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/windows/MarkdownWindow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</div>
<md-card-header>
<md-toolbar md-elevation="0">
<div class="md-toolbar-section-start">
<div>
<h2><md-icon v-if="plugin_info.icon">{{plugin_info.icon}}</md-icon><md-icon v-else>extension</md-icon>
{{plugin_info.type === 'native-python'? plugin_info.name + ' 🚀': plugin_info.name}}
</h2>
Expand Down

0 comments on commit 5d0af2c

Please sign in to comment.