jusrhee 4 lat temu
rodzic
commit
33fcad6161

+ 1 - 1
dashboard/src/main/home/Home.tsx

@@ -615,7 +615,7 @@ const ViewWrapper = styled.div`
 `;
 
 const DashboardWrapper = styled.div`
-  width: calc(83% + 50px);
+  width: calc(85%);
   min-width: 300px;
 `;
 

+ 1 - 1
dashboard/src/main/home/cluster-dashboard/expanded-chart/GraphSection.tsx

@@ -48,7 +48,7 @@ GraphSection.contextType = Context;
 
 const StyledGraphSection = styled.div`
   width: 100%;
-  min-height: 450px;
+  min-height: 400px;
   height: 50vh;
   font-size: 13px;
   overflow: hidden;

+ 1 - 1
dashboard/src/main/home/cluster-dashboard/expanded-chart/ListSection.tsx

@@ -142,7 +142,7 @@ const StyledListSection = styled.div`
   display: flex;
   font-size: 13px;
   width: 100%;
-  min-height: 450px;
+  min-height: 400px;
   height: 50vh;
   font-size: 13px;
   overflow: hidden;

+ 1 - 1
dashboard/src/main/home/cluster-dashboard/expanded-chart/ValuesYaml.tsx

@@ -119,7 +119,7 @@ const StyledValuesYaml = styled.div`
   display: flex;
   flex-direction: column;
   width: 100%;
-  min-height: 450px;
+  min-height: 400px;
   height: 50vh;
   font-size: 13px;
   overflow: hidden;

+ 1 - 1
dashboard/src/main/home/cluster-dashboard/expanded-chart/metrics/MetricsSection.tsx

@@ -679,7 +679,7 @@ const MetricsLabel = styled.div`
 
 const StyledMetricsSection = styled.div`
   width: 100%;
-  min-height: 450px;
+  min-height: 400px;
   height: 50vh;
   overflow: hidden;
   display: flex;

+ 1 - 1
dashboard/src/main/home/cluster-dashboard/expanded-chart/status/StatusSection.tsx

@@ -154,7 +154,7 @@ const StyledStatusSection = styled.div`
   user-select: text;
   overflow: hidden;
   width: 100%;
-  min-height: 450px;
+  min-height: 400px;
   height: 50vh;
   font-size: 13px;
   overflow: hidden;

+ 1 - 1
dashboard/src/main/home/integrations/Integrations.tsx

@@ -132,6 +132,6 @@ const TitleSectionAlt = styled(TitleSection)`
 `;
 
 const StyledIntegrations = styled.div`
-  width: calc(83% + 50px);
+  width: calc(85%);
   min-width: 300px;
 `;

+ 1 - 1
dashboard/src/main/home/launch/Launch.tsx

@@ -401,6 +401,6 @@ const TemplateList = styled.div`
 `;
 
 const TemplatesWrapper = styled.div`
-  width: calc(83% + 50px);
+  width: calc(85%);
   min-width: 300px;
 `;

+ 1 - 1
dashboard/src/main/home/project-settings/ProjectSettings.tsx

@@ -117,7 +117,7 @@ const Warning = styled.div`
 `;
 
 const StyledProjectSettings = styled.div`
-  width: calc(83% + 50px);
+  width: calc(85%);
   min-width: 300px;
   height: 100vh;
 `;