aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-02-14 02:13:23 -0500
committerThedro Neely <thedroneely@gmail.com>2020-02-14 02:13:23 -0500
commitc141f2111a3348564002b49f26e26f6cb330c370 (patch)
tree3deda0da0cdb7c2d4c0f81d13e9ef79860eec286 /public
parent07b4d3712b7b0d70d5ea5d5dc048e3442c221c1b (diff)
downloadgitea-templates-c141f2111a3348564002b49f26e26f6cb330c370.tar.gz
gitea-templates-c141f2111a3348564002b49f26e26f6cb330c370.tar.bz2
gitea-templates-c141f2111a3348564002b49f26e26f6cb330c370.zip
public/css/override: Make table rows more compact
Diffstat (limited to 'public')
-rw-r--r--public/css/override.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/css/override.css b/public/css/override.css
index 3d3f467..680eaa9 100644
--- a/public/css/override.css
+++ b/public/css/override.css
@@ -82,6 +82,7 @@ a, .ui.breadcrumb a { color: #0366d6; }
.ui.attached.header { background: #f9fafb; }
.ui.attached.header .right { margin-top: 0; }
.ui.compact.button, .ui.compact.buttons .button { padding: 0.5rem 1rem; font-weight: 700; }
+.ui.table > tbody > tr > td, .ui.table > tr > td { padding: 8px; }
.repo-title .divider { margin: 0; }
.repo-topics, .ui.repo-description { display: none !important; }