Skip to content

Commit f250c42

Browse files
committed
UI enhancement
1 parent 6175675 commit f250c42

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

UI/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ <h3 style="text-align: center; margin-top: 60px;">
8585
Do you wish to enable the recursive search for the selected subfolders?
8686
</h3>
8787

88-
<div style="width: 100%; height: 50px; position: relative; margin-top: 70px; display: block ;">
89-
<a onclick="recursivech(true)" id="choice-rec" class="choice-rec"><span>Yes</span></a><br><br><br>
88+
<div style="width: 100%; height: 50px; position: relative; margin-top: 70px; display: block;">
89+
<a onclick="recursivech(true)" id="choice-rec" class="choice-rec"><span>Yes</span></a><br><br>
9090
<a onclick="recursivech(false)" id="choice-rec" class="choice-rec"><span>No</span></a>
9191
</div>
9292
</div>
@@ -117,6 +117,10 @@ <h3 style="text-align: center; margin-top: 60px;">
117117

118118
<style>
119119

120+
.choice-rec span{
121+
text-align: center;
122+
}
123+
120124
.invert { filter: invert(100%); }
121125
.blur {filter: blur(10px);}
122126

0 commit comments

Comments
 (0)