mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-06 07:26:45 +00:00
heo-width with code
This commit is contained in:
@@ -313,7 +313,7 @@ const LayoutSlug = props => {
|
|||||||
showTag={false}
|
showTag={false}
|
||||||
slotRight={slotRight}
|
slotRight={slotRight}
|
||||||
>
|
>
|
||||||
<div className={`w-full xl:max-w-5xl${hasCode ? ' xl:w-[73.15vw]' : ''} lg:hover:shadow lg:border rounded-2xl lg:px-2 lg:py-4 bg-white dark:bg-[#18171d] dark:border-gray-600 article`}>
|
<div className={`w-full xl:max-w-5xl ${hasCode ? 'xl:w-[73.15vw]' : ''} lg:hover:shadow lg:border rounded-2xl lg:px-2 lg:py-4 bg-white dark:bg-[#18171d] dark:border-gray-600 article`}>
|
||||||
{lock && <ArticleLock validPassword={validPassword} />}
|
{lock && <ArticleLock validPassword={validPassword} />}
|
||||||
|
|
||||||
{!lock && (
|
{!lock && (
|
||||||
|
|||||||
Reference in New Issue
Block a user