chore(pdjs): address self-review

This commit is contained in:
Elian Doran 2026-01-01 22:15:40 +02:00
parent 1021879167
commit 606574e18e
No known key found for this signature in database
2 changed files with 0 additions and 11 deletions

View File

@ -12,7 +12,3 @@
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
}
#toolbarViewerLeft > .toolbarButtonSpacer:first-child {
display: none !important;
}

View File

@ -1,7 +0,0 @@
import { describe, expect, it } from "vitest";
describe("Toc", () => {
it("should pass", () => {
expect(true).toBe(true);
});
});