Skip to content

Commit

Permalink
Remove app padding bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
vanarok committed Oct 14, 2024
1 parent 27305d0 commit bf14aa5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion entrypoints/sidepanel/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ option:focus-visible {
#app {
max-width: 1280px;
margin: 0 auto;
padding: 1rem;
padding: 1rem 1rem 0 1rem;
text-align: center;
width: 100%;
}
Expand Down
8 changes: 0 additions & 8 deletions views/Tasks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,6 @@ const {mutate: createTask} = useMutation({
overflow-y: scroll;
}
.recent-tasks {
height: calc(100vh - 10.3rem);
}
.project-tasks {
height: calc(100vh - 17.3rem);
}
/* Hide scrollbar for Chrome, Safari and Opera */
.tasks::-webkit-scrollbar {
display: none;
Expand Down

0 comments on commit bf14aa5

Please sign in to comment.