Skip to content

Commit 42d7088

Browse files
committed
fine tune
1 parent f0c7b63 commit 42d7088

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

templates/devtest/gitea-ui.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
".ui.button" styles:
1313
<div class="flex-text-block tw-gap-4">
1414
<label class="gt-checkbox"><input type="radio" name="button-style-size" value="">(normal)</label>
15+
<label class="gt-checkbox"><input type="radio" name="button-style-size" value="small">small</label>
1516
<label class="gt-checkbox"><input type="radio" name="button-style-size" value="tiny">tiny</label>
1617
<label class="gt-checkbox"><input type="radio" name="button-style-size" value="mini">mini</label>
1718
</div>

web_src/css/modules/button.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@
143143
.ui.small.buttons .button,
144144
.ui.ui.ui.ui.small.button {
145145
font-size: 13px;
146-
padding: 0.42em /* around 8px */ 1.07em /* around 15px */;
147146
min-height: 34px;
148147
}
149148
.ui.ui.ui.ui.small.button.compact {

0 commit comments

Comments
 (0)