gitea/templates/shared
silverwind 68ec9b4859
Migrate margin and padding helpers to tailwind (#30043)
This will conclude the refactor of 1:1 class replacements to tailwind,
except `gt-hidden`. Commands ran:

```bash
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-0#tw-$1$2-0#g'   {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-1#tw-$1$2-0.5#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-2#tw-$1$2-1#g'   {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-3#tw-$1$2-2#g'   {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-4#tw-$1$2-4#g'   {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-5#tw-$1$2-8#g'   {web_src/js,templates,routers,services}/**/*
```
2024-03-24 17:42:49 +01:00
..
actions Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
search Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
secrets Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
user Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
variables Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
webhook Change webhook-type in create-view (#29114) 2024-02-15 14:59:48 +01:00
combomarkdowneditor.tmpl cleanup locale function usage (#27227) 2023-09-24 20:31:58 +00:00
issueicon.tmpl Performance improvements for pull request list page (#29900) 2024-03-21 14:13:08 +01:00
issuelist.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
repo_search.tmpl Improve repo search UI (#29767) 2024-03-15 09:45:30 +00:00
searchbottom.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
searchfile.tmpl Fix wrong line number in code search result (#29260) 2024-03-06 07:24:43 +00:00