0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-24 19:54:41 +01:00
gitea/templates/admin
silverwind ec3d467f15
Migrate gt-hidden to tw-hidden (#30046)
We have to define this one in helpers.css because tailwind only
generates a single class but certain things rely on this being
double-class. Command ran:

```sh
perl -p -i -e 's#gt-hidden#tw-hidden#g' web_src/js/**/* templates/**/* models/**/* web_src/css/**/*

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-03-24 18:23:38 +00:00
..
applications
auth Migrate gt-hidden to tw-hidden (#30046) 2024-03-24 18:23:38 +00:00
emails Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
org Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
packages Unify search boxes (#29530) 2024-03-14 23:24:59 +00:00
repo Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
runners
user Migrate gt-hidden to tw-hidden (#30046) 2024-03-24 18:23:38 +00:00
actions.tmpl
config.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
config_settings.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
cron.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
dashboard.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
hook_new.tmpl
hooks.tmpl
layout_footer.tmpl
layout_head.tmpl Introduce .secondary-nav and handle .page-content spacing universally (#29982) 2024-03-22 23:54:09 +00:00
navbar.tmpl
notice.tmpl Replace all simple inline styles with tailwind (#30032) 2024-03-23 20:11:15 +00:00
queue.tmpl
queue_manage.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
self_check.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
stacktrace-row.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
stacktrace.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
stats.tmpl
system_status.tmpl