Skip to content

Commit

Permalink
fix: fixing loading issues with youtube embed
Browse files Browse the repository at this point in the history
  • Loading branch information
TayzenDev committed Nov 19, 2024
1 parent d4b88d2 commit a3543a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@std/media-types": "jsr:@std/media-types@^1.0.3",
"@std/path": "jsr:@std/path@^1.0.6",
"@std/yaml": "jsr:@std/yaml@^1.0.5",
"@tayzendev/gfm": "jsr:@tayzendev/gfm@^0.15.20",
"@tayzendev/gfm": "jsr:@tayzendev/gfm@^0.15.26",
"commander": "npm:commander@^12.1.0",
"hono": "npm:hono@^4.6.3",
"minisearch": "npm:minisearch@^7.1.0",
Expand Down
8 changes: 4 additions & 4 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions templates/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -517,10 +517,6 @@ export const style = html`
background-color: black;
}
lite-youtube::after {
padding-bottom: 0 !important;
}
.markdown-body video {
border-radius: 6px;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
Expand Down

0 comments on commit a3543a4

Please sign in to comment.