You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates/repo/settings
silverwind 226a82a939
Migrate font-family to tailwind (#30118)
Enable us to use tailwind's
[`font-family`](https://tailwindcss.com/docs/font-family) classes as
well as remove `gt-mono` in favor of `tw-font-mono`. I also merged the
"compensation" to one selector, previously this was two different values
0.9em and 0.95em. I did not declare a `serif` font because I don't think
there will ever be a use case for those. Command ran:

```sh
perl -p -i -e 's#gt-mono#tw-font-mono#g' web_src/js/**/* templates/**/*
10 months ago
..
webhook Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
actions.tmpl Support configuration variables on Gitea Actions (#24724) 2 years ago
branches.tmpl Migrate margin and padding helpers to tailwind (#30043) 11 months ago
collaboration.tmpl Fix incorrect tailwind migration (#30007) 11 months ago
deploy_keys.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
githook_edit.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
githooks.tmpl Migrate margin and padding helpers to tailwind (#30043) 11 months ago
layout_footer.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
layout_head.tmpl Use flex-container for repo and org settings (#27418) 1 year ago
lfs.tmpl Migrate font-family to tailwind (#30118) 10 months ago
lfs_file.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
lfs_file_find.tmpl Remove RenderEmojiPlain from template helper (#29375) 12 months ago
lfs_locks.tmpl Fix more "locale" usages (#27259) 1 year ago
lfs_pointers.tmpl Migrate font-family to tailwind (#30118) 10 months ago
navbar.tmpl Show more settings for empty repositories (#29130) 12 months ago
options.tmpl Migrate margin and padding helpers to tailwind (#30043) 11 months ago
protected_branch.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
push_mirror_sync_modal.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
runner_edit.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
secrets.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
tags.tmpl Replace 10 more gt- classes with tw- (#29945) 11 months ago