Ver Fonte

add grw-page-accessories-mobile class

zamis há 5 anos atrás
pai
commit
6162d9943e
1 ficheiros alterados com 1 adições e 3 exclusões
  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">