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/modules
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
..
animations.css Load citation JS only when needed (#29855) 11 months ago
breadcrumb.css Use unique class for breadcrumb divider (#26524) 1 year ago
button.css Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
card.css Update JS dependencies and misc tweaks (#25540) 2 years ago
comment.css Consolidate the two review boxes into one (#24738) 2 years ago
container.css Remove fomantic container module (#30036) 11 months ago
divider.css Reduce margin/padding on flex-list items and divider (#27872) 1 year ago
flexcontainer.css Fix flex container width (#28603) 1 year ago
grid.css Remove fomantic grid module (#29894) 11 months ago
header.css Remove fomantic header module (#30033) 11 months ago
message.css Various code view improvements (#30014) 11 months ago
modal.css Improve issue history dialog and make poster can delete their own history (#27323) 1 year ago
navbar.css Introduce `.secondary-nav` and handle `.page-content` spacing universally (#29982) 11 months ago
normalize.css Use line-height: normal by default (#26635) 1 year ago
segment.css Remove fomantic segment module (#30042) 11 months ago
select.css add `stylelint-stylistic` (#25285) 2 years ago
svg.css Prevent SVG shrinking (#25652) 2 years ago
tippy.css Add `<overflow-menu>`, rename webcomponents (#29400) 11 months ago
toast.css Remove some unused CSS styles (#26852) 1 year ago