From ce82047afe8b177dc028e405bf94efcba22c9cd7 Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Mon, 3 Jun 2024 20:17:28 +0530 Subject: [PATCH] macros download button ui --- src/pug/templates/macros.pug | 6 +++--- src/stylus/style.styl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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