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
Denys Konovalov 753755bd4e
Fix commits table regression (#25710)
Fixes #25693

The commits table appearance fix in #25634 was incomplete and caused a
regression. This PR fixes that issue and removes some unneeded CSS
classes because of the proper fix.

<details>
<summary>Before</summary>

![Bildschirmfoto vom 2023-07-05
19-37-04](https://github.com/go-gitea/gitea/assets/47871822/4f680878-9612-443b-a0a3-b331369c912b)
![Bildschirmfoto vom 2023-07-05
19-38-56](https://github.com/go-gitea/gitea/assets/47871822/8826f246-6bde-4c33-9d10-172d11619908)

</details>

<details>
<summary>After</summary>

![Bildschirmfoto vom 2023-07-05
19-37-44](https://github.com/go-gitea/gitea/assets/47871822/0fe2d2cb-f706-41e0-b341-d1827a64b21a)
![Bildschirmfoto vom 2023-07-05
19-38-08](https://github.com/go-gitea/gitea/assets/47871822/2f29271c-7da5-44d7-bd9a-38a4bfdde219)

</details>

---------

Co-authored-by: silverwind <me@silverwind.io>
2 years ago
..
chroma Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce new font weight variables (#24827) 2 years ago
codemirror Remove EasyMDE focus outline on text (#25328) 2 years ago
editor Several fixes for mobile UI (#25634) 2 years ago
features Add custom ansi colors and CSS variables for them (#25546) 2 years ago
markup Improve wiki sidebar and TOC (#25460) 2 years ago
modules Prevent SVG shrinking (#25652) 2 years ago
repo Improve wiki sidebar and TOC (#25460) 2 years ago
shared Actions list enhancements (#25601) 2 years ago
standalone Add toasts to UI (#25449) 2 years ago
themes Add custom ansi colors and CSS variables for them (#25546) 2 years ago
actions.css Reorganize CSS files (#24739) 2 years ago
admin.css Several fixes for mobile UI (#25634) 2 years ago
base.css Actions list enhancements (#25601) 2 years ago
dashboard.css Fix mobile navbar and misc cleanups (#25134) 2 years ago
explore.css fix tags line no margin see #25255 (#25280) 2 years ago
font_i18n.css Fix `@font-face` overrides (#24855) 2 years ago
form.css Fix mobile navbar and misc cleanups (#25134) 2 years ago
helpers.css Fix inconsistent user profile layout across tabs (#25625) 2 years ago
home.css Align language menu icon and fit the footer area (#25556) 2 years ago
index.css Prevent SVG shrinking (#25652) 2 years ago
install.css Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce new font weight variables (#24827) 2 years ago
org.css Fix position of org follow button (#25688) 2 years ago
repo.css Fix commits table regression (#25710) 2 years ago
review.css Diff page enhancements (#25398) 2 years ago
user.css Fix mobile navbar and misc cleanups (#25134) 2 years ago