Skip to content

Commit fd859a7

Browse files
committed
Decrease tasks widget header height
1 parent d6caaed commit fd859a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tekst-Web/src/components/TasksWidget.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function handleTaskClick(id: string) {
129129
}
130130
131131
#tasks-widget .task-list-header {
132-
padding: 10px 16px;
132+
padding: 4px 16px;
133133
background-color: var(--primary-color);
134134
margin: 0;
135135
}

0 commit comments

Comments
 (0)