aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/css/repo
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2024-12-14 13:43:05 +0800
committerGitHub <noreply@github.com>2024-12-14 13:43:05 +0800
commitcc5ff98e0d510c1923ad7cabc3e339f9cf0b570f (patch)
tree36e6c850a686beda2ae7cca8ed38d6234fbc6968 /web_src/css/repo
parent82c59d52ea650ce42bbca2c6740d9449d06e77be (diff)
downloadgitea-cc5ff98e0d510c1923ad7cabc3e339f9cf0b570f.tar.gz
gitea-cc5ff98e0d510c1923ad7cabc3e339f9cf0b570f.zip
Refactor markdown math render (#32831)
Add more tests
Diffstat (limited to 'web_src/css/repo')
-rw-r--r--web_src/css/repo/home-file-list.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/web_src/css/repo/home-file-list.css b/web_src/css/repo/home-file-list.css
index ecb26fa662..285b823d57 100644
--- a/web_src/css/repo/home-file-list.css
+++ b/web_src/css/repo/home-file-list.css
@@ -29,7 +29,7 @@
#repo-files-table .repo-file-line,
#repo-files-table .repo-file-cell {
border-top: 1px solid var(--color-light-border);
- padding: 6px 10px;
+ padding: 8px 10px;
}
#repo-files-table .repo-file-line:first-child {
@@ -41,7 +41,6 @@
display: flex;
align-items: center;
gap: 0.5em;
- padding: 6px 10px;
}
#repo-files-table .repo-file-last-commit {