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
silverwind 75e35fb03a
Fix runner button height (#24338)
Fixes https://github.com/go-gitea/gitea/issues/24326.

Set size class and downsize any such buttons that have a dropdown icon
because the dropdown icon increases button height artificially.

[`:has()`](https://developer.mozilla.org/en-US/docs/Web/CSS/:has) is not
supported in Firefox yet, but works fine with the experimental pref
enabled. I see this as a graceful degradation in unsupporting browsers.
2 years ago
..
admin Fix template function DateTime (#24317) 2 years ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2 years ago
base Improve some modal action buttons (#24289) 2 years ago
code Use data-tooltip-content for tippy tooltip (#23649) 2 years ago
custom Add footer extra links template (#9576) 5 years ago
devtest Improve some modal action buttons (#24289) 2 years ago
explore Fix template function DateTime (#24317) 2 years ago
mail Remove incorrect HTML self close tag (#23748) 2 years ago
org Improve some modal action buttons (#24289) 2 years ago
package Fix template function DateTime (#24317) 2 years ago
projects Improve some modal action buttons (#24289) 2 years ago
repo Fix broken clone script on an empty archived repo (#24339) 2 years ago
shared Fix runner button height (#24338) 2 years ago
status Fix template function DateTime (#24317) 2 years ago
swagger Fix typo in API route (#24310) 2 years ago
user Automatically select the org when click create repo from org dashboard (#24325) 2 years ago
home.tmpl Improve home page template, fix Sort dropdown menu flash (#23856) 2 years ago
install.tmpl Remove incorrect HTML self close tag (#23748) 2 years ago
post-install.tmpl Remove incorrect HTML self close tag (#23748) 2 years ago