@@ -18,11 +18,9 @@ const DisplaySwitcher = (props) => {
<>
<TabContent activeTab={editorMode}>
<TabPane tabId="view">
- <div className="d-lg-none d-md-block d-flex justify-content-end border-bottom">
+ <div className="grw-page-accesories-mobile d-flex d-none justify-content-end border-bottom">
<PageAccessories />
</div>
-
<Page />
</TabPane>
<TabPane tabId="edit">