We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e71b87 commit d593c2fCopy full SHA for d593c2f
frontend/components/DecryptPaste.tsx
@@ -145,7 +145,7 @@ export function DecryptPaste() {
145
return (
146
<main
147
className={
148
- "flex flex-col items-center min-h-screen bg-background text-foreground mx-2" +
+ "flex flex-col items-center min-h-screen bg-background text-foreground w-full p-2" +
149
(shouldBeDark(darkModeSelect) ? " dark" : " light")
150
}
151
>
0 commit comments