|
|
@@ -32,10 +32,6 @@ import {
|
|
|
getServerSideCommonProps, generateCustomTitleForPage, getNextI18NextConfig, skipSSR, addActivity,
|
|
|
} from '../utils/commons';
|
|
|
|
|
|
-import styles from './[[...path]].module.scss';
|
|
|
-
|
|
|
-const subnavigationTopBlockClass = styles['subnavigation-top-block'];
|
|
|
-
|
|
|
|
|
|
const logger = loggerFactory('growi:next-page:share');
|
|
|
|
|
|
@@ -126,10 +122,7 @@ const SharedPage: NextPageWithLayout<Props> = (props: Props) => {
|
|
|
|
|
|
<div className="dynamic-layout-root justify-content-between">
|
|
|
|
|
|
- <div className={`${subnavigationTopBlockClass} d-block d-md-none border-bottom`}></div>
|
|
|
- <nav className="sticky-top">
|
|
|
- <GrowiContextualSubNavigationForSharedPage page={currentPage ?? props.shareLinkRelatedPage} isLinkSharingDisabled={props.disableLinkSharing} />
|
|
|
- </nav>
|
|
|
+ <GrowiContextualSubNavigationForSharedPage page={currentPage ?? props.shareLinkRelatedPage} isLinkSharingDisabled={props.disableLinkSharing} />
|
|
|
|
|
|
<ShareLinkPageView
|
|
|
pagePath={pagePath}
|