diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-08 11:44:02 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-08 11:44:05 +0800 |
commit | 70cf6e39e7190f545afbc9da3cb7edf42d86e502 (patch) | |
tree | 2e02af6ab0dfd2e9db8ffd73e69138ff93cbb380 | |
parent | Bump dependencies (diff) | |
download | forge-0.1.40.tar.gz forge-0.1.40.tar.zst forge-0.1.40.zip |
CSS: Smaller tab buttonsv0.1.40
-rw-r--r-- | forged/static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forged/static/style.css b/forged/static/style.css index 96ba54a..b677551 100644 --- a/forged/static/style.css +++ b/forged/static/style.css @@ -510,7 +510,7 @@ td > ul { align-self: flex-end; } .nav-tabs-standalone > li > a { - padding: 0 1rem; + padding: 0 0.75rem; } .nav-item a.active { |