Style settings tabs with proper spacing and borders

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
shuki
2026-03-07 06:04:22 +02:00
parent 280b80c956
commit 8fc4d875e8

View File

@@ -86,6 +86,23 @@ Select {
margin: 0;
}
#settings-screen TabbedContent {
height: 1fr;
}
#settings-screen TabPane {
padding: 1 1;
}
#settings-screen TabPane Static {
margin: 0 0 0 0;
}
#settings-screen TabPane Input,
#settings-screen TabPane Select {
margin: 0 0 1 0;
}
SelectionList {
height: auto;
max-height: 8;