forgejo_backup/modules/markup
0ko f741b03e6c chore(ui): remove ineffective class small in inline code preview (#7414)
Followup to https://codeberg.org/forgejo/forgejo/pulls/2669
Ref https://codeberg.org/forgejo/forgejo/issues/5067

Since Forgejo v9 this class is overridden here by other CSS and is ineffective. But it looks ok and gives good visibility. If it needs to be re-implemed, it can be done via CSS, like:
```css
.file-preview-box .header span {font-size:0.8rem;}
```

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7414
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: 0ko <0ko@noreply.codeberg.org>
Co-committed-by: 0ko <0ko@noreply.codeberg.org>
2025-06-02 14:13:11 +02:00
..
asciicast chore: branding import path (#7337) 2025-06-02 14:13:08 +02:00
common Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367) 2025-06-02 14:13:09 +02:00
console Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367) 2025-06-02 14:13:09 +02:00
csv Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367) 2025-06-02 14:13:09 +02:00
external chore: branding import path (#7337) 2025-06-02 14:13:08 +02:00
markdown Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367) 2025-06-02 14:13:09 +02:00
mdstripper Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367) 2025-06-02 14:13:09 +02:00
orgmode chore: branding import path (#7337) 2025-06-02 14:13:08 +02:00
tests/repo/repo1_filepreview fix inline file preview for files with encoded URL, fix #5069 (#6525) 2025-06-02 14:12:47 +02:00
camo.go chore: branding import path (#7337) 2025-06-02 14:13:08 +02:00
camo_test.go chore: branding import path (#7337) 2025-06-02 14:13:08 +02:00
file_preview.go chore(ui): remove ineffective class small in inline code preview (#7414) 2025-06-02 14:13:11 +02:00
html.go Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367) 2025-06-02 14:13:09 +02:00
html_internal_test.go chore: branding import path (#7337) 2025-06-02 14:13:08 +02:00
html_test.go chore(ui): remove ineffective class small in inline code preview (#7414) 2025-06-02 14:13:11 +02:00
renderer.go chore: branding import path (#7337) 2025-06-02 14:13:08 +02:00
renderer_test.go Move IsReadmeFile* from modules/markup/ to modules/util (#22877) 2023-02-13 15:01:09 -05:00
sanitizer.go chore(ui): remove ineffective class small in inline code preview (#7414) 2025-06-02 14:13:11 +02:00
sanitizer_test.go feat: Add partial quoting 2024-10-26 19:15:43 +02:00