From 70cf6e39e7190f545afbc9da3cb7edf42d86e502 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 08 Apr 2025 11:44:02 +0800 Subject: [PATCH] CSS: Smaller tab buttons --- forged/static/style.css | 2 +- diff --git a/forged/static/style.css b/forged/static/style.css index 96ba54ac7401cf9e15d1a6fcd3c6275b3885ea21..b677551450fc462f327b5de64018098847f7ba4b 100644 --- a/forged/static/style.css +++ b/forged/static/style.css @@ -510,7 +510,7 @@ .nav-tabs-standalone > li { align-self: flex-end; } .nav-tabs-standalone > li > a { - padding: 0 1rem; + padding: 0 0.75rem; } .nav-item a.active { -- 2.48.1