1
0
Fork 0

Increase button size so that it is easier to use on tablets .

Alpha-snapshot20230621
Hui Lan 2023-08-11 18:29:35 +08:00
parent 1b211f107d
commit 9b1d60748d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<input type="button" id="btn-selection" value="全部勾选" onclick="toggleCheckboxSelection(true)" /> <input type="button" id="btn-selection" value="全部勾选" onclick="toggleCheckboxSelection(true)" />
</p> </p>
<form method="post" action="/{{username}}/mark"> <form method="post" action="/{{username}}/mark">
<input type="submit" name="add-btn" value="加入我的生词簿"/> <button type="submit" name="add-btn" class="btn btn-primary btn-lg">加入我的生词簿</button>
{% for x in lst %} {% for x in lst %}
{% set word = x[0]%} {% set word = x[0]%}
<p> <p>