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/web_src/css
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>
11 months ago
..
chroma Various code view improvements (#30014) 11 months ago
codemirror Remove EasyMDE focus outline on text (#25328) 2 years ago
editor Clean up diff header css and reduce global textarea min-height (#29232) 12 months ago
features Fix various loading states, remove `.loading` class (#29920) 11 months ago
markup Make blockquote border size less aggressive (#29124) 12 months ago
modules Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
repo Various code view improvements (#30014) 11 months ago
shared Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
standalone Add toasts to UI (#25449) 2 years ago
themes Various code view improvements (#30014) 11 months ago
actions.css Replace 10 more gt- classes with tw- (#29945) 11 months ago
admin.css User details page (#26713) 1 year ago
base.css Remove fomantic segment module (#30042) 11 months ago
dashboard.css Introduce `.secondary-nav` and handle `.page-content` spacing universally (#29982) 11 months ago
explore.css Introduce `.secondary-nav` and handle `.page-content` spacing universally (#29982) 11 months ago
font_i18n.css Fix `@font-face` overrides (#24855) 2 years ago
form.css Unify search boxes (#29530) 11 months ago
helpers.css Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
home.css avoid hard-coding height in language dropdown menu (#25986) 2 years ago
index.css Remove fomantic segment module (#30042) 11 months ago
install.css Make "install page" respect environment config (#25648) 2 years ago
org.css Unify organizations header (#29248) 12 months ago
repo.css Various code view improvements (#30014) 11 months ago
review.css Replace all simple inline styles with tailwind (#30032) 11 months ago
user.css Introduce `.secondary-nav` and handle `.page-content` spacing universally (#29982) 11 months ago