Update tab content corner radius consistency

This commit is contained in:
2026-03-12 12:26:52 -04:00
parent 29f9371c1e
commit 90dcc10956
3 changed files with 3 additions and 3 deletions

View File

@@ -345,7 +345,7 @@ body {
.tab-content {
background: var(--bg-secondary);
border: 1px solid var(--border-color);
border-radius: 0 12px 12px 12px;
border-radius: 12px;
padding: 16px;
}