a tool for shared writing and social publishing

fix some code block layout on mobile

+2 -2
+2 -2
components/Blocks/CodeBlock.tsx
··· 71 71 <div className="flex gap-1"> 72 72 Theme:{" "} 73 73 <select 74 - className="codeBlockLang text-left bg-transparent pr-1" 74 + className="codeBlockLang text-left bg-transparent pr-1 sm:max-w-none max-w-24" 75 75 onClick={(e) => { 76 76 e.preventDefault(); 77 77 e.stopPropagation(); ··· 93 93 </select> 94 94 </div> 95 95 <select 96 - className="codeBlockLang text-right bg-transparent pr-1" 96 + className="codeBlockLang text-right bg-transparent pr-1 sm:max-w-none max-w-24" 97 97 onClick={(e) => { 98 98 e.preventDefault(); 99 99 e.stopPropagation();