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
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
..
chroma Chroma color tweaks (#26978) 1 year ago
codemirror Remove EasyMDE focus outline on text (#25328) 2 years ago
editor Fix z-index on markdown completion (#27237) (#27239) 1 year ago
features Refactor "shortsha" (#26877) 1 year ago
markup Absolute positioned checkboxes overlay floated elements (#26870) (#27366) 1 year ago
modules Fix Safari spinner rendering (#29801) (#29802) 12 months ago
repo Fix wrapping of label list (#28684) (#28688) 1 year ago
shared Reduce margin/padding on flex-list items and divider (#27872) (#27874) 1 year ago
standalone Add toasts to UI (#25449) 2 years ago
themes Use mask-based fade-out effect for `.new-menu` (#27181) (#27243) 1 year ago
actions.css fix issues on action runners page (#27226) (#27233) 1 year ago
admin.css User details page (#26713) 2 years ago
base.css Improve contrast on blame timestamp, fix double border (#29482) (#29485) 12 months ago
dashboard.css Dashboard context dropdown position fix on landing page in mobile view. (#27047) 1 year ago
explore.css Introduce `flex-list` & `flex-item` elements for Gitea UI (#25790) 2 years ago
font_i18n.css Fix `@font-face` overrides (#24855) 2 years ago
form.css Unify `border-radius` behavior (#26770) 2 years ago
helpers.css Remove some transition related code (#26755) 2 years ago
home.css avoid hard-coding height in language dropdown menu (#25986) 2 years ago
index.css Refactor project templates (#26448) 2 years ago
install.css Make "install page" respect environment config (#25648) 2 years ago
org.css Remove incorrect CSS helper classes (#26712) 2 years ago
repo.css Improve CSV rendering (#29638) (#29744) 12 months ago
review.css Don't reload timeline page when (un)resolving or replying conversation (#28654) (#28917) 1 year ago
user.css Unify `border-radius` behavior (#26770) 2 years ago