Skip to content

Commit e3cdcd5

Browse files
committed
fix: kbd style
1 parent e3b41d6 commit e3cdcd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/ui/markdown/markdown.module.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
:global {
55
kbd {
6-
@apply kbd kbd-sm;
6+
@apply kbd kbd-sm bg-base-100;
77
}
88
& .spoiler {
99
position: relative;

src/components/ui/markdown/renderers/LinkRenderer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const LinkRenderer = ({ href }: { href: string }) => {
6666
<>
6767
<iframe
6868
src={`https://gist.github.com/${owner}/${id}.pibb`}
69-
className="max-h-[50vh] w-full overflow-auto border-0"
69+
className="h-[300px] w-full overflow-auto border-0"
7070
/>
7171

7272
<a

0 commit comments

Comments
 (0)