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
Kerwin Bryant 9a494af125
Optimize the styling of icon buttons within file-header-right (#32675)
Optimize partial layout and styling to achieve uniformity and
consistency.

Some buttons's structure is `<a><span><svg/></span></a>`, while others
buttons's structure is `<a><svg/></a>`. Additionally, some buttons have
icons that are **14** in size, while others have icons that are **16**.
Now, the layout has been unified to structure `<a><svg/></a>`, and the
icon size for all buttons has been standardized to the default size of
**16**.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
3 months ago
..
admin Refactor some frontend problems (#32646) 3 months ago
api/packages/pypi Fix links in PyPI Simple Repository API page (#30594) 10 months ago
base Refactor language menu and dom utils (#32450) 4 months ago
custom
devtest Refactor some frontend problems (#32646) 3 months ago
explore Refactor template ctx and render utils (#32422) 4 months ago
mail Remove unnecessary SanitizeHTML from code (#29575) 12 months ago
org Refactor template ctx and render utils (#32422) 4 months ago
package Refactor template ctx and render utils (#32422) 4 months ago
projects Refactor template ctx and render utils (#32422) 4 months ago
repo Optimize the styling of icon buttons within file-header-right (#32675) 3 months ago
shared Refactor template ctx and render utils (#32422) 4 months ago
status Remove urls from translations (#31950) 6 months ago
swagger Add priority to protected branch (#32286) 3 months ago
user Allow to disable the password-based login (sign-in) form (#32687) 3 months ago
webhook Fix incorrect tailwind migration (#30007) 11 months ago
home.tmpl Remove urls from translations (#31950) 6 months ago
install.tmpl Supplement and Improvement for #32558 (#32585) 3 months ago
post-install.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago