Shuffle
Shuffle copied to clipboard
Fix for Docs taking code markdown as actual markdown.
fixed, so it will just skip the code block from markdown entirely. Attaching screenshots.
Also @frikky the actual shuffler version seems to apply padding at top of the page automatically which was not the case in the prem (local) version can you check before syncing the too. I have added my padding at very last.
const loadedCheck = (
<div style={{ minHeight: 1000, paddingTop: "60px", zIndex: 50000, maxWidth: 1920, minWidth: isMobile ? null : 1366, margin: "auto", }}>
<BrowserView>{postDataBrowser}</BrowserView>
<MobileView>{postDataMobile}</MobileView>
</div>
);
Here the paddingTop: "60px", it will be useful for the local version but maybe while syncing with the actual website remove that padding??