Skip to content

Commit

Permalink
fix: kbd style
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed Jul 25, 2023
1 parent e3b41d6 commit e3cdcd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ui/markdown/markdown.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

:global {
kbd {
@apply kbd kbd-sm;
@apply kbd kbd-sm bg-base-100;
}
& .spoiler {
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion src/components/ui/markdown/renderers/LinkRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const LinkRenderer = ({ href }: { href: string }) => {
<>
<iframe
src={`https://gist.github.com/${owner}/${id}.pibb`}
className="max-h-[50vh] w-full overflow-auto border-0"
className="h-[300px] w-full overflow-auto border-0"
/>

<a
Expand Down

1 comment on commit e3cdcd5

@vercel
Copy link

@vercel vercel bot commented on e3cdcd5 Jul 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

shiro-innei.vercel.app
springtide.vercel.app
shiro-git-main-innei.vercel.app
innei.in

Please sign in to comment.