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/css/modules
Giteabot df23ec0f8b
Fix Safari spinner rendering (#29801) (#29802)
Backport #29801 by @silverwind

Fixes: https://github.com/go-gitea/gitea/issues/29041
Fixes: https://github.com/go-gitea/gitea/pull/29713

Any of the `width: *-content` properties seem to workaround this Webkit
bug, this one seemed most suitable.

Before:
<img width="184" alt="Screenshot 2024-03-14 at 22 29 58"
src="https://github.com/go-gitea/gitea/assets/115237/6effc5f0-bc64-4752-be74-9c43b3974407">

After:
<img width="177" alt="Screenshot 2024-03-14 at 22 30 30"
src="https://github.com/go-gitea/gitea/assets/115237/5de244d7-6b46-428e-957c-4b10f53e2441">

Co-authored-by: silverwind <me@silverwind.io>
12 months ago
..
animations.css Fix Safari spinner rendering (#29801) (#29802) 12 months ago
breadcrumb.css Use unique class for breadcrumb divider (#26524) 2 years ago
button.css Improve dropdown button alignment and fix hover bug (#27632) (#27637) 1 year ago
card.css Update JS dependencies and misc tweaks (#25540) 2 years ago
comment.css Consolidate the two review boxes into one (#24738) 2 years ago
divider.css Reduce margin/padding on flex-list items and divider (#27872) (#27874) 1 year ago
flexcontainer.css Fix flex container width (#28603) (#28605) 1 year ago
modal.css Improve issue history dialog and make poster can delete their own history (#27323) (#27327) 1 year ago
navbar.css Ui correction in mobile view nav bar left aligned items. (#27046) 1 year ago
normalize.css Use line-height: normal by default (#26635) 2 years ago
select.css add `stylelint-stylistic` (#25285) 2 years ago
svg.css Prevent SVG shrinking (#25652) 2 years ago
tippy.css Change form actions to fetch for submit review box (#25219) 2 years ago
toast.css Remove some unused CSS styles (#26852) 2 years ago