0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-31 13:51:45 +01:00
gitea/templates/repo
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
branch Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
cite
code Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
diff Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
editor Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
find Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
graph Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
issue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
migrate Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
projects Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
pulls Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
release Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
settings Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
tag Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
wiki Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
activity.tmpl
blame.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
branch_dropdown.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
clone_buttons.tmpl
clone_script.tmpl
code_frequency.tmpl
commit_load_branches_and_tags.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
commit_page.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
commit_status.tmpl
commit_statuses.tmpl Replace 10 more gt- classes with tw- (#29945) 2024-03-22 13:45:10 +00:00
commits_list_small.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
commits_list.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
commits_search_dropdown.tmpl
commits_table.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
commits.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
contributors.tmpl
create_helper.tmpl
create.tmpl
empty.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
file_info.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
forks.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
graph.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
header.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
home.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
icon.tmpl Replace 10 more gt- classes with tw- (#29945) 2024-03-22 13:45:10 +00:00
latest_commit.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
navbar.tmpl
packages.tmpl
pulse.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
recent_commits.tmpl
release_tag_header.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
search_name.tmpl
search.tmpl
shabox_badge.tmpl
star_unstar.tmpl
sub_menu.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
unicode_escape_prompt.tmpl
upload.tmpl
user_cards.tmpl
view_file.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
view_list.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
watch_unwatch.tmpl
watchers.tmpl