1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-07 13:34:20 -04:00
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.
2023-04-26 00:09:29 -04:00
..
admin Fix template function DateTime (#24317) 2023-04-25 15:48:30 -04:00
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
base Improve some modal action buttons (#24289) 2023-04-24 07:08:59 -04:00
code Use data-tooltip-content for tippy tooltip (#23649) 2023-03-24 18:35:38 +08:00
custom Add footer extra links template (#9576) 2020-01-03 20:41:56 +02:00
devtest Improve some modal action buttons (#24289) 2023-04-24 07:08:59 -04:00
explore Fix template function DateTime (#24317) 2023-04-25 15:48:30 -04:00
mail Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
org Improve some modal action buttons (#24289) 2023-04-24 07:08:59 -04:00
package Fix template function DateTime (#24317) 2023-04-25 15:48:30 -04:00
projects Improve some modal action buttons (#24289) 2023-04-24 07:08:59 -04:00
repo Fix broken clone script on an empty archived repo (#24339) 2023-04-25 23:28:37 -04:00
shared Fix runner button height (#24338) 2023-04-26 00:09:29 -04:00
status Fix template function DateTime (#24317) 2023-04-25 15:48:30 -04:00
swagger Fix typo in API route (#24310) 2023-04-24 20:44:27 +02:00
user Automatically select the org when click create repo from org dashboard (#24325) 2023-04-25 22:25:29 -04:00
home.tmpl Improve home page template, fix Sort dropdown menu flash (#23856) 2023-04-01 13:47:54 +08:00
install.tmpl Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
post-install.tmpl Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00