gitea/web_src/css
silverwind 6e140b58dd
Prevent tab shifting, remove extra margin on fluid pages ()
1. Extend concept of https://github.com/go-gitea/gitea/pull/29831 to all
tabular menus, there were only three left that weren't already
`<overflow-menu>`.

<img width="634" alt="Screenshot 2024-05-27 at 00 42 16"
src="https://github.com/go-gitea/gitea/assets/115237/d9a7e219-d05e-40a1-9e93-777f9a8a90dd">
<img width="965" alt="Screenshot 2024-05-27 at 00 29 32"
src="https://github.com/go-gitea/gitea/assets/115237/e6ed71b1-11fb-4a74-9adb-af4524286cff">

2. Remove extra padding on `fluid padded` container like for example PR
diff view. The page margin is already correctly sized via
`.ui.container`, so this was just extraneous padding that looked ugly.

Before:
<img width="1351" alt="Screenshot 2024-05-27 at 00 45 11"
src="https://github.com/go-gitea/gitea/assets/115237/4b45fd11-b1b2-4fbb-a618-26eb22be9472">

After:
<img width="1344" alt="Screenshot 2024-05-27 at 00 45 22"
src="https://github.com/go-gitea/gitea/assets/115237/d09593eb-6c7f-45e7-85b6-f0050047004b">

3. Replace `gt-word-break` with `tw-break-anywhere` in issue-title,
fixing overflow.

Before:
<img width="1333" alt="Screenshot 2024-05-27 at 00 50 14"
src="https://github.com/go-gitea/gitea/assets/115237/64d15d04-b456-401e-a972-df636965f0eb">

After:
<img width="1316" alt="Screenshot 2024-05-27 at 00 50 26"
src="https://github.com/go-gitea/gitea/assets/115237/ed1ce830-1408-414b-8263-eeaf773f52c8">
..
chroma Various code view improvements ()
codemirror Remove EasyMDE focus outline on text ()
editor Clean up diff header css and reduce global textarea min-height ()
features Fix project column title overflow ()
markup Use CSS `inset` shorthand ()
modules Prevent tab shifting, remove extra margin on fluid pages ()
repo Restyle release list, fix branch dropdown ()
shared Forbid deprecated `break-word` in CSS ()
standalone Add toasts to UI ()
themes Diff color enhancements, add line number background ()
actions.css Fix various overflows on actions view ()
admin.css User details page ()
base.css Change `--border-radius-circle` to `--border-radius-full` ()
dashboard.css Pulse page improvements ()
explore.css Introduce `.secondary-nav` and handle `.page-content` spacing universally ()
font_i18n.css Fix `@font-face` overrides ()
form.css Fix some UI problems (dropdown/container) ()
helpers.css Use CSS `inset` shorthand ()
home.css avoid hard-coding height in language dropdown menu ()
index.css Remove fomantic dimmer module ()
install.css Fix some UI problems (install/checkbox) ()
org.css Remove fomantic checkbox module ()
repo.css Change `--border-radius-circle` to `--border-radius-full` ()
review.css Fix: The interface is broken when modifying code comments under mobile devices ()
user.css Introduce `.secondary-nav` and handle `.page-content` spacing universally ()