Wider Post Area

Wider post area for bigger text, while keeping the character count the same or less.
Removed `overflow: auto;` as it was not required and was creating unnecessary scrollbars when margins were incorrectly calculated.
This commit is contained in:
Electron - Mark Firth 2020-11-24 01:41:21 +10:00 committed by Sean Yesmunt
parent fe5eea2a08
commit 459a4752ed

View file

@ -91,8 +91,8 @@
.markdown-preview {
height: 100%;
overflow: auto;
width: 40em;
/*overflow: auto;*/
width: 53rem;
margin-left: auto;
margin-right: auto;
max-width: unset;