Skip to content

Commit d264fcd

Browse files
lemurra_microsoftlemurra_microsoft
authored andcommitted
Adjust spacing in section count and input areas for improved layout consistency
1 parent 54227bf commit d264fcd

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

webviews/dashboardView/index.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ body {
8787
.section-count {
8888
font-size: 12px;
8989
color: var(--vscode-descriptionForeground);
90-
margin-top: -8px;
91-
margin-bottom: 12px;
90+
margin-bottom: 8px;
9291
}
9392

9493
/* Section header with count and sort dropdown */
@@ -169,7 +168,7 @@ body {
169168
grid-area: input;
170169
display: flex;
171170
flex-direction: column;
172-
gap: 8px;
171+
gap: 4px;
173172
}
174173

175174
.issues-area {
@@ -183,7 +182,6 @@ body {
183182
grid-area: tasks;
184183
display: flex;
185184
flex-direction: column;
186-
gap: 8px;
187185
}
188186

189187
.area-header {

0 commit comments

Comments
 (0)