From 15b218f2f8d0429dca69ef8cdbdef4485ba0c745 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 13 Feb 2025 11:02:10 +0800 Subject: repo_tree_file: Add padding --- static/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 043da38..7869708 100644 --- a/static/style.css +++ b/static/style.css @@ -53,6 +53,9 @@ footer a:link, footer a:visited { max-width: 60rem; padding: 0 5px; } +.padding { + padding: 0 5px; +} a:link, a:visited { text-decoration-color: var(--text-decoration-color); color: var(--link-color); -- cgit v1.2.3