Skip to content

Commit

Permalink
fix(bug): CSS not applied
Browse files Browse the repository at this point in the history
  • Loading branch information
YU000jp committed Nov 6, 2023
1 parent 6df781b commit e63d6c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "YU000jp",
"license": "MIT",
"logseq": {
"id": "show-page-date",
"id": "logseq-plugin-show-page-date",
"title": "Show page date",
"icon": "./icon.svg",
"main": "./dist/index.html"
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const main = async () => {

logseq.provideStyle(String.raw`
body>div#root>div>main {
& article>div[data-id="show-page-date"] {
& article>div[data-id="logseq-plugin-show-page-date"] {
& div.heading-item {
margin-top: 3em;
border-top-width: 1px;
Expand Down

0 comments on commit e63d6c0

Please sign in to comment.