2
0
sunguroku 5 жил өмнө
parent
commit
16931dd1cd

+ 1 - 1
dashboard/src/main/home/dashboard/expanded-chart/log/LogSection.tsx

@@ -72,7 +72,7 @@ const TabWrapper = styled.div`
   display: flex;
   flex-direction: column;
   overflow: hidden;
-  width: 20%;
+  width: 30%;
   float: left;
 `
 

+ 1 - 1
dashboard/src/main/home/dashboard/expanded-chart/log/Logs.tsx

@@ -53,7 +53,7 @@ Logs.contextType = Context;
 
 
 const LogStream = styled.div`
-  width: 80%;
+  width: 70%;
   height: 100%;
   background: #202227;
   position: relative;