Skip to content

Commit

Permalink
Merge branch 'chore/background-gradient-update' of https://github.com…
Browse files Browse the repository at this point in the history
…/pavlovcik/work.ubq.fi into chore/background-gradient-update
  • Loading branch information
0x4007 committed Mar 20, 2024
2 parents 69ee7c3 + 8ebe33d commit f3061e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/home/home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { generateSortingToolbar } from "./sorting/generate-sorting-buttons";
import { TaskManager } from "./task-manager";

generateSortingToolbar();

renderServiceMessage();
grid(document.getElementById("grid") as HTMLElement, () => document.body.classList.add("grid-loaded")); // @DEV: display grid background
const container = document.getElementById("issues-container") as HTMLDivElement;
Expand Down
1 change: 1 addition & 0 deletions static/style/special.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
.preview > .preview-content {
box-shadow: inset 0 0 24px #00bfff18;
}

.toolbar.ready {
background-color: var(--dark-background-half);
}
Expand Down

0 comments on commit f3061e5

Please sign in to comment.