0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-04 22:57:34 -04:00

fine tune

This commit is contained in:
wxiaoguang 2025-04-16 15:07:40 +08:00
parent f0c7b63b3b
commit 42d7088a7e
2 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,7 @@
".ui.button" styles:
<div class="flex-text-block tw-gap-4">
<label class="gt-checkbox"><input type="radio" name="button-style-size" value="">(normal)</label>
<label class="gt-checkbox"><input type="radio" name="button-style-size" value="small">small</label>
<label class="gt-checkbox"><input type="radio" name="button-style-size" value="tiny">tiny</label>
<label class="gt-checkbox"><input type="radio" name="button-style-size" value="mini">mini</label>
</div>

View File

@ -143,7 +143,6 @@
.ui.small.buttons .button,
.ui.ui.ui.ui.small.button {
font-size: 13px;
padding: 0.42em /* around 8px */ 1.07em /* around 15px */;
min-height: 34px;
}
.ui.ui.ui.ui.small.button.compact {