q/{quiblet.name}
diff --git a/frontend/components/ui/markdown-viewer.tsx b/frontend/components/ui/markdown-viewer.tsx
index 2bbca6fa..6c94daa1 100644
--- a/frontend/components/ui/markdown-viewer.tsx
+++ b/frontend/components/ui/markdown-viewer.tsx
@@ -19,7 +19,7 @@ export function MarkdownViewer({ content, className }: MarkdownViewerProps) {
editorProps: {
attributes: {
class: cn(
- "prose dark:prose-invert max-w-none w-full text-base outline-none md:text-sm",
+ "prose dark:prose-invert max-w-none w-full text-sm outline-none",
"[&_h2]:text-base [&_h2]:font-bold",
"[&_ul]:list-disc [&_ul]:pl-5 [&_ul]:my-2",
"[&_ol]:list-decimal [&_ol]:pl-5 [&_ol]:my-2",
From 49a55779ff396842aa57d47c39fbad0c36bc74f2 Mon Sep 17 00:00:00 2001
From: stabldev <114811070+stabldev@users.noreply.github.com>
Date: Sun, 22 Mar 2026 20:27:08 +0530
Subject: [PATCH 3/5] fix: quiblet page responsiveness
---
frontend/components/quiblet/index.tsx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/frontend/components/quiblet/index.tsx b/frontend/components/quiblet/index.tsx
index 95540457..e7de139f 100644
--- a/frontend/components/quiblet/index.tsx
+++ b/frontend/components/quiblet/index.tsx
@@ -54,16 +54,16 @@ export default function Quiblet() {
return (
-
-
-
+
+
+
-
+
q/{quiblet.name}
-
+
-
+
-
+
From ad058ecf10477bff2e5fd1450f3259b3fada8e05 Mon Sep 17 00:00:00 2001
From: stabldev <114811070+stabldev@users.noreply.github.com>
Date: Sun, 22 Mar 2026 21:02:39 +0530
Subject: [PATCH 5/5] fix: submit page
---
frontend/components/submit/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontend/components/submit/index.tsx b/frontend/components/submit/index.tsx
index d20af561..edbb2054 100644
--- a/frontend/components/submit/index.tsx
+++ b/frontend/components/submit/index.tsx
@@ -353,7 +353,7 @@ export default function SubmitForm() {
"relative flex w-max justify-center gap-2 rounded-md p-2 px-4 font-semibold transition-colors hover:bg-muted",
isActive && "text-primary",
type.disabled &&
- "cursor-not-allowed opacity-50 hover:bg-transparent",
+ "hidden cursor-not-allowed opacity-50 hover:bg-transparent md:flex",
)}
>
{type.label}