gitea/web_src/css
Giteabot df23ec0f8b
Fix Safari spinner rendering () ()
Backport  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>
..
chroma Chroma color tweaks ()
codemirror Remove EasyMDE focus outline on text ()
editor Fix z-index on markdown completion () ()
features Refactor "shortsha" ()
markup Absolute positioned checkboxes overlay floated elements () ()
modules Fix Safari spinner rendering () ()
repo Fix wrapping of label list () ()
shared Reduce margin/padding on flex-list items and divider () ()
standalone Add toasts to UI ()
themes Use mask-based fade-out effect for `.new-menu` () ()
actions.css fix issues on action runners page () ()
admin.css User details page ()
base.css Improve contrast on blame timestamp, fix double border () ()
dashboard.css Dashboard context dropdown position fix on landing page in mobile view. ()
explore.css Introduce `flex-list` & `flex-item` elements for Gitea UI ()
font_i18n.css Fix `@font-face` overrides ()
form.css Unify `border-radius` behavior ()
helpers.css Remove some transition related code ()
home.css avoid hard-coding height in language dropdown menu ()
index.css Refactor project templates ()
install.css Make "install page" respect environment config ()
org.css Remove incorrect CSS helper classes ()
repo.css Improve CSV rendering () ()
review.css Don't reload timeline page when (un)resolving or replying conversation () ()
user.css Unify `border-radius` behavior ()