Skip to content

Commit 4552bd1

Browse files
remove gap in tasks section
1 parent b8e1c8a commit 4552bd1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/frontend/wwwroot/task/task.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
margin: 3rem 1rem;
2323
}
2424

25-
.task-asside .task-menu .menu-label:first-of-type {
26-
margin-top: 137px;
27-
}
2825

2926
.task-asside .title {
3027
font-size: 1.25rem;
@@ -35,6 +32,7 @@
3532

3633
.task-details {
3734
width: 100%;
35+
padding: 2rem;
3836
}
3937
.colChatSec {
4038
width: 55%;
@@ -269,3 +267,8 @@ textarea {
269267
.send-button:hover {
270268
color: #0056b3;
271269
}
270+
271+
.menu.task-menu {
272+
position: sticky;
273+
top: 0;
274+
}

0 commit comments

Comments
 (0)