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/web_src
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
..
css Fix runner button height (#24338) 2 years ago
fomantic Fix Fomantic UI's `touchstart` fastclick, always use `click` for click events (#23065) 2 years ago
js Improve RSS (#24335) 2 years ago
svg Convert `<div class="button">` to `<button class="button">` (#23337) 2 years ago