Aykut Saraç преди 3 години
родител
ревизия
74f8f51d7e
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/pages/editor/index.tsx

+ 2 - 2
src/pages/editor/index.tsx

@@ -55,7 +55,7 @@ const StyledEditorWrapper = styled.div`
 const StyledTools = styled.div`
   display: flex;
   align-items: center;
-  height: 36px;
+  height: 15px;
   border-bottom: 1px solid ${({ theme }) => theme.BLACK};
   padding: 4px 16px;
   background: ${({ theme }) => theme.BLACK_SECONDARY};
@@ -66,7 +66,7 @@ const StyledEditor = styled(SplitPane)`
   position: relative !important;
   display: flex;
   background: ${({ theme }) => theme.BLACK_LIGHT};
-  height: calc(100vh - 46px) !important;
+  height: calc(100vh - 26px) !important;
 
   .Resizer {
     background: #000;