From 61b24e05598aba4dccaf90af918982b43c3d85d6 Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Mon, 29 Jan 2024 04:08:26 +0530 Subject: [PATCH] ui fix --- src/pug/templates/macros.pug | 2 +- src/stylus/style.styl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pug/templates/macros.pug b/src/pug/templates/macros.pug index a38a35e..245e0b2 100644 --- a/src/pug/templates/macros.pug +++ b/src/pug/templates/macros.pug @@ -57,7 +57,7 @@ script#macros-template(type="text/x-template") input(type="radio",:id="'tab'+(index+2)", name="tabs",@click="tab = (index+2).toString()") label(:for="'tab'+(index+2)",style="height:50px;width:100px") Macros {{index+2}} - section.macros-tab-content(v-for="(index,macros) in config.macros",:id="'content'+(index+1)") + section.tab-content(v-for="(index,macros) in config.macros",:id="'content'+(index+1)") .macros-form p.title Name .input-container diff --git a/src/stylus/style.styl b/src/stylus/style.styl index cd1771f..7cf317f 100644 --- a/src/stylus/style.styl +++ b/src/stylus/style.styl @@ -939,7 +939,7 @@ tt.save > #tab17:checked ~ #content17, > #tab18:checked ~ #content18, > #tab19:checked ~ #content19, - > #tab20:checked ~ #content20, + > #tab20:checked ~ #content20 display block [id^="tab"]:checked + label