zamis 5 лет назад
Родитель
Сommit
bae5f83a53

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

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

+ 0 - 7
src/client/styles/scss/_layout.scss

@@ -36,13 +36,6 @@ body {
   }
 }
 
-.grw-page-accesories-mobile {
-  visibility: hidden;
-  @include media-breakpoint-down(md) {
-    visibility: visible;
-  }
-}
-
 .grw-side-contents-container {
   margin-left: 30px;
 }