|
@@ -28,6 +28,9 @@ import SubscribeButton from '../SubscribeButton';
|
|
|
import SeenUserInfo from '../User/SeenUserInfo';
|
|
import SeenUserInfo from '../User/SeenUserInfo';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+import styles from './SubNavButtons.module.scss';
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
type WideViewMenuItemProps = AdditionalMenuItemsRendererProps & {
|
|
type WideViewMenuItemProps = AdditionalMenuItemsRendererProps & {
|
|
|
onClickMenuItem: (newValue: boolean) => void,
|
|
onClickMenuItem: (newValue: boolean) => void,
|
|
|
expandContentWidth?: boolean,
|
|
expandContentWidth?: boolean,
|
|
@@ -212,7 +215,7 @@ const SubNavButtonsSubstance = (props: SubNavButtonsSubstanceProps): JSX.Element
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
return (
|
|
return (
|
|
|
- <div className="d-flex" style={{ gap: '2px' }}>
|
|
|
|
|
|
|
+ <div className={`grw-sub-nav-buttons ${styles['grw-sub-nav-buttons']} d-flex`} style={{ gap: '2px' }}>
|
|
|
{revisionId != null && (
|
|
{revisionId != null && (
|
|
|
<SubscribeButton
|
|
<SubscribeButton
|
|
|
status={pageInfo.subscriptionStatus}
|
|
status={pageInfo.subscriptionStatus}
|