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 dd75237c34
Fix table header text-align (#30084)
Fix regression from https://github.com/go-gitea/gitea/pull/30047.
Apparently tables have certain user-agent styles that center inside
`<th>` etc. Restored the original fomantic rules for these.

Before:
<img width="1332" alt="Screenshot 2024-03-25 at 21 59 33"
src="https://github.com/go-gitea/gitea/assets/115237/e06a5509-b505-4752-9b6e-91d5ed49f61d">

After:
<img width="1330" alt="Screenshot 2024-03-25 at 21 59 40"
src="https://github.com/go-gitea/gitea/assets/115237/6444817f-dd61-4a1e-a8b3-959c2780148d">
1 year ago
..
chroma Various code view improvements (#30014) 1 year 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) 1 year ago
features Fix various loading states, remove `.loading` class (#29920) 1 year ago
markup Make blockquote border size less aggressive (#29124) 1 year ago
modules Fix table header text-align (#30084) 1 year ago
repo Various code view improvements (#30014) 1 year ago
shared Migrate `gt-hidden` to `tw-hidden` (#30046) 1 year ago
standalone Add toasts to UI (#25449) 2 years ago
themes Various code view improvements (#30014) 1 year ago
actions.css Replace 10 more gt- classes with tw- (#29945) 1 year ago
admin.css User details page (#26713) 2 years ago
base.css Remove fomantic table module (#30047) 1 year ago
dashboard.css Introduce `.secondary-nav` and handle `.page-content` spacing universally (#29982) 1 year ago
explore.css Introduce `.secondary-nav` and handle `.page-content` spacing universally (#29982) 1 year ago
font_i18n.css Fix `@font-face` overrides (#24855) 2 years ago
form.css Unify search boxes (#29530) 1 year ago
helpers.css Migrate `gt-hidden` to `tw-hidden` (#30046) 1 year ago
home.css avoid hard-coding height in language dropdown menu (#25986) 2 years ago
index.css Remove fomantic table module (#30047) 1 year ago
install.css Make "install page" respect environment config (#25648) 2 years ago
org.css Unify organizations header (#29248) 1 year ago
repo.css Add muted class to author name in repo commit list (#29989) 1 year ago
review.css Replace all simple inline styles with tailwind (#30032) 1 year ago
user.css Introduce `.secondary-nav` and handle `.page-content` spacing universally (#29982) 1 year ago