loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Increase table cell horizontal padding (#26140)

Extract from https://github.com/go-gitea/gitea/pull/26043, just the
padding increase.

Before and After (hard to notice, but it's there):
<img width="427" alt="Screenshot 2023-07-25 at 19 37 12"
src="https://github.com/go-gitea/gitea/assets/115237/9543dcda-eccb-4739-b7dd-06b076108ab4">
<img width="420" alt="Screenshot 2023-07-25 at 19 37 26"
src="https://github.com/go-gitea/gitea/assets/115237/0a9c3724-81a1-4c67-a13b-4b728a51fc3a">

Co-authored-by: Giteabot <teabot@gitea.io>

authored by

silverwind
Giteabot
and committed by
GitHub
e62ea96a c7f6e9fc

+1 -1
+1 -1
web_src/css/base.css
··· 883 883 .ui.table > thead > tr > th, 884 884 .ui.table > tbody > tr > td, 885 885 .ui.table > tr > td { 886 - padding: 6px 3px; 886 + padding: 6px 5px; 887 887 } 888 888 /* use more horizontal padding on first and last items for visuals */ 889 889 .ui.table > thead > tr > th:first-of-type,