crystal and GitHub
5d9c64b3fe
Fix line spacing for plaintext previews ( #22699 )
...
Adding `<br>` between each line is not necessary since the entire file
is rendered inside a `<pre>`
fixes https://codeberg.org/Codeberg/Community/issues/915
2023-02-01 22:51:02 -06:00
crystal and GitHub
03f37d82fe
Fix README TOC links ( #22577 )
...
Fixes anchored markup links by adding `user-content-` (which is
prepended to IDs)
Closes https://codeberg.org/Codeberg/Community/issues/894
2023-01-31 13:21:29 +08:00
crystal and GitHub
4fc1517da0
clarify "open issues" text for labels ( #22431 )
...
see also https://codeberg.org/Codeberg/Community/issues/877
2023-01-13 12:40:39 +01:00
crystal and GitHub
f1c13b4ace
improve explore relevancy note ( #22421 )
...
makes the explore relevancy note much prettier on most themes
2023-01-12 19:10:12 -06:00
crystal and GitHub
9ffaf19d89
fix wrong theme class when logged out if default theme is changed ( #22408 )
...
If you don't use the `auto` theme as the default, the `<html>` tag has
`theme-auto` as it's class when users are logged out. This PR changes it
to use the correct theme class for the default theme when logged out.
2023-01-12 08:52:05 -06:00
d42b52fcfa
make /{username}.png redirect to user/org avatar ( #22356 )
...
fix #22355
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2023-01-06 13:44:02 +01:00