diff --git a/src/pug/templates/macros.pug b/src/pug/templates/macros.pug index 69ad7c6..4101003 100644 --- a/src/pug/templates/macros.pug +++ b/src/pug/templates/macros.pug @@ -61,7 +61,7 @@ script#macros-template(type="text/x-template") button.pure-button(@click="addMacros = false") Cancel button.pure-button.button-submit(@click="add_new_macro") Add - button.config-button.button-blue(title="Delete a Macros", @click="deleteSelected=true", style="margin-left:5px;width:55%") Delete Selected Macro + button.config-button.button-blue(title="Delete a Macros", @click="deleteSelected=true", style="margin-left:5px;width:40%") Delete Selected Macro message(:show.sync="deleteSelected") div(slot="header") @@ -73,8 +73,8 @@ script#macros-template(type="text/x-template") .fa.fa-trash |  Yes - a(download, title="Download Macros", :href="downloadMacrosUrl") - button.config-button.button-blue(style="margin-left:5px;width:55%") Download Macros + a(download, title="Download Macros", :href="downloadMacrosUrl", style="text-decoration: none;") + button.config-button.button-blue(style="margin-left:5px;") Download Macros .warning-box p diff --git a/src/stylus/style.styl b/src/stylus/style.styl index 6d03e76..e3adc45 100644 --- a/src/stylus/style.styl +++ b/src/stylus/style.styl @@ -708,7 +708,7 @@ span.unit .flex-row-container display flex flex-direction row - width 500px + width 75% margin-bottom 1rem .tabs