Bläddra i källkod

add grw-page-accessories-mobile class

zamis 5 år sedan
förälder
incheckning
6162d9943e
1 ändrade filer med 1 tillägg och 3 borttagningar
  1. 1 3
      src/client/js/components/Page/DisplaySwitcher.jsx

+ 1 - 3
src/client/js/components/Page/DisplaySwitcher.jsx

@@ -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">