minor tweaks to jot-reset button

This commit is contained in:
Mike Macgirvin 2023-02-04 07:38:24 +11:00
parent 7e02eea52c
commit 400956ce97
2 changed files with 5 additions and 1 deletions

View file

@ -41,6 +41,9 @@
position: relative;
}
#jot-title {
width: 95%;
}
.comment-reset {
margin-right: 0.5rem;
}

View file

@ -43,7 +43,7 @@
</div>
{{/if}}
<div id="jot-title-wrap" class="jothidden">
<input class="w-100 border-0" name="title" id="jot-title" type="text" placeholder="{{$placeholdertitle}}" tabindex="1" value="{{$title}}">
<input class="float-start border-0" name="title" id="jot-title" type="text" placeholder="{{$placeholdertitle}}" tabindex="1" value="{{$title}}">
{{if $reset}}
<div class="btn-toolbar float-end">
<div class="btn-group ">
@ -52,6 +52,7 @@
</button>
</div>
</div>
<div class="clear"></div>
{{/if}}
</div>
{{if $catsenabled}}