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/templates
silverwind 39f8ab591c
Clean up diff header css and reduce global textarea min-height (#29232)
1. Tweak diff header and remove a numbe of unneeded CSS for it:

Before:
<img width="433" alt="Screenshot 2024-02-18 at 01 08 09"
src="https://github.com/go-gitea/gitea/assets/115237/d8b377c0-57bc-44d5-bb57-a582c7d4b3b4">

After:
<img width="463" alt="Screenshot 2024-02-18 at 01 07 56"
src="https://github.com/go-gitea/gitea/assets/115237/d08c17e7-5b86-4d07-81da-6371f4754325">

3. Reduce height of review textarea and also reduce fomantic's CSS from
12em to 8em. Now fits better on my screen:

<img width="1352" alt="image"
src="https://github.com/go-gitea/gitea/assets/115237/5c658d13-295e-4929-94da-13ade888020d">

---------

Co-authored-by: delvh <dev.lh@web.de>
12 months ago
..
admin Convert visibility to number (#29226) 12 months ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2 years ago
base Auto-update the system status in admin dashboard (#29163) 12 months ago
code Fix 500 error of searching commits (#28576) 1 year ago
custom Add footer extra links template (#9576) 5 years ago
devtest Improve CSS helper naming (#28769) 1 year ago
explore Add support for sha256 repositories (#23894) 1 year ago
mail Refactor locale&string&template related code (#29165) 12 months ago
org Use "Safe" modifier for manually constructed safe HTML strings in templates (#29227) 12 months ago
package Fix some RPM registry flaws (#28782) 1 year ago
projects Use full width for project boards (#28225) 1 year ago
repo Clean up diff header css and reduce global textarea min-height (#29232) 12 months ago
shared Refactor more code in templates (#29236) 12 months ago
status Clean up template locale usage (#27856) 1 year ago
swagger Refactor more code in templates (#29236) 12 months ago
user Refactor more code in templates (#29236) 12 months ago
webhook Change webhook-type in create-view (#29114) 12 months ago
home.tmpl Fix more "locale" usages (#27259) 1 year ago
install.tmpl Fix more "locale" usages (#27259) 1 year ago
post-install.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago