This commit is contained in:
sanjayk03-dev
2023-12-30 13:48:42 +05:30
parent 48a266b4e1
commit 9954a53840
2 changed files with 2 additions and 3 deletions

View File

@@ -208,10 +208,10 @@ script#control-view-template(type="text/x-template")
.bar(:style="'width:' + (progress || 0) * 100 + '%'") .bar(:style="'width:' + (progress || 0) * 100 + '%'")
.macros-div .macros-div
p Macros
.macros-buttons(v-if="this.config.macros!=undefined") .macros-buttons(v-if="this.config.macros!=undefined")
p there is a active macro p there is a active macro
.macros-buttons(v-if="this.config.macros==undefined")
p there is no active macros
.tabs .tabs

View File

@@ -1064,7 +1064,6 @@ tt.save
input.input-name input.input-name
width 300px width 300px
height 40px height 40px
border-radius 8px
border-top-right-radius 8px border-top-right-radius 8px
border-bottom-right-radius 8px border-bottom-right-radius 8px
border-width 1px border-width 1px