Skip to content

Commit 6c4f042

Browse files
authored
Merge pull request #68 from NikiforovAll/feature/remove-margin-left-panel
feat: remove margins for type panels
2 parents 718a123 + a4c306d commit 6c4f042

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lazyclaude/styles/app.tcss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ StatusPanel {
2222
height: 3;
2323
border: solid $primary;
2424
padding: 0 1;
25-
margin-bottom: 1;
25+
margin-bottom: 0;
2626
border-title-align: left;
2727
}
2828

@@ -32,7 +32,7 @@ TypePanel {
3232
min-height: 3;
3333
border: solid $primary;
3434
padding: 0 1;
35-
margin-bottom: 1;
35+
margin-bottom: 0;
3636
border-title-align: left;
3737
border-subtitle-align: right;
3838
}
@@ -74,7 +74,7 @@ CombinedPanel {
7474
min-height: 3;
7575
border: solid $primary;
7676
padding: 0 1;
77-
margin-bottom: 1;
77+
margin-bottom: 0;
7878
border-title-align: left;
7979
border-subtitle-align: right;
8080
}
@@ -128,7 +128,7 @@ FilterInput {
128128

129129
FilterInput.visible {
130130
display: block;
131-
margin-bottom: 1;
131+
margin-bottom: 0;
132132
}
133133

134134
FilterInput:focus-within {

0 commit comments

Comments
 (0)