|
@@ -19,8 +19,6 @@ import TableOfContents from '../TableOfContents';
|
|
|
|
|
|
|
|
import { PageAccessoriesControl } from './PageAccessoriesControl';
|
|
import { PageAccessoriesControl } from './PageAccessoriesControl';
|
|
|
|
|
|
|
|
-import styles from './PageSideContents.module.scss';
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
const { isTopPage, isUsersHomepage, isTrashPage } = pagePathUtils;
|
|
const { isTopPage, isUsersHomepage, isTrashPage } = pagePathUtils;
|
|
|
|
|
|
|
@@ -117,7 +115,7 @@ export const PageSideContents = (props: PageSideContentsProps): JSX.Element => {
|
|
|
</div>
|
|
</div>
|
|
|
)}
|
|
)}
|
|
|
|
|
|
|
|
- <div className={`${styles['grw-page-accessories-controls']} d-flex flex-column gap-2`}>
|
|
|
|
|
|
|
+ <div className=" d-flex flex-column gap-2">
|
|
|
{/* Page list */}
|
|
{/* Page list */}
|
|
|
{!isSharedUser && (
|
|
{!isSharedUser && (
|
|
|
<div className="d-flex" data-testid="pageListButton">
|
|
<div className="d-flex" data-testid="pageListButton">
|