We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b41d6 commit e3cdcd5Copy full SHA for e3cdcd5
src/components/ui/markdown/markdown.module.css
@@ -3,7 +3,7 @@
3
4
:global {
5
kbd {
6
- @apply kbd kbd-sm;
+ @apply kbd kbd-sm bg-base-100;
7
}
8
& .spoiler {
9
position: relative;
src/components/ui/markdown/renderers/LinkRenderer.tsx
@@ -66,7 +66,7 @@ export const LinkRenderer = ({ href }: { href: string }) => {
66
<>
67
<iframe
68
src={`https://gist.github.com/${owner}/${id}.pibb`}
69
- className="max-h-[50vh] w-full overflow-auto border-0"
+ className="h-[300px] w-full overflow-auto border-0"
70
/>
71
72
<a
0 commit comments