summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-03-13 09:45:07 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-03-13 09:45:07 +0000
commit0b4cb1bdeaa6ce3b93a924eaa1fafee508c37de9 (patch)
tree2857d36d9c63854b16c0076468368b08c516fa8d
parenta370599e264fe308e97a5974aae85863eeae9b88 (diff)
fix: space tabs equally across full tab bar width
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
-rw-r--r--web/style.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/web/style.css b/web/style.css
index b3ac4d7..09e7925 100644
--- a/web/style.css
+++ b/web/style.css
@@ -62,14 +62,16 @@ header h1 {
border-bottom: 1px solid var(--border);
display: flex;
gap: 0;
- padding: 0 1rem;
+ padding: 0;
max-width: 100%;
}
.tab {
+ flex: 1;
+ text-align: center;
font-size: 0.88rem;
font-weight: 600;
- padding: 0.65em 1.25em;
+ padding: 0.65em 0;
border: none;
border-bottom: 2px solid transparent;
background: transparent;