AykutSarac 2 лет назад
Родитель
Сommit
b1de175b9d
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      src/containers/Editor/BottomBar.tsx

+ 4 - 0
src/containers/Editor/BottomBar.tsx

@@ -25,6 +25,10 @@ const StyledBottomBar = styled.div`
   max-height: 28px;
   max-height: 28px;
   height: 28px;
   height: 28px;
   padding: 0 6px;
   padding: 0 6px;
+
+  @media only screen and (max-width: 768px) {
+    display: none;
+  }
 `;
 `;
 
 
 const StyledLeft = styled.div`
 const StyledLeft = styled.div`