mirror of
https://github.com/QingWei-Li/notea.git
synced 2024-11-29 12:53:00 +03:00
fix: Make widest width mobile-friendly
This commit is contained in:
parent
b014142777
commit
919a8dd895
@ -26,7 +26,8 @@ const MainEditor: FC<
|
||||
editorWidthClass = 'max-w-4xl';
|
||||
break;
|
||||
case EDITOR_SIZE.AS_WIDE_AS_POSSIBLE:
|
||||
editorWidthClass = 'max-w-full mx-20';
|
||||
// until we reach md size, just do LARGE to have consistency
|
||||
editorWidthClass = 'max-w-4xl md:max-w-full md:mx-20';
|
||||
break;
|
||||
}
|
||||
const articleClassName =
|
||||
|
Loading…
Reference in New Issue
Block a user