@@ -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 />
@@ -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;