From 1a6d194fa0c3e2c9ddc72777eb352f248461a539 Mon Sep 17 00:00:00 2001 From: programmingKyle <155344874+programmingKyle@users.noreply.github.com> Date: Sat, 11 May 2024 15:15:07 -0400 Subject: [PATCH] Quick Info CSS Change - Changed min width from 800 to 1000 - Changed labels of quick stats - Changed quick stats text label size so that it can fix better and prevent going to the next line --- src/index.css | 4 +--- src/index.html | 16 ++++++++-------- src/index.js | 2 +- src/project.html | 16 ++++++++-------- 4 files changed, 18 insertions(+), 20 deletions(-) diff --git a/src/index.css b/src/index.css index 3d7ce22..7fe0591 100644 --- a/src/index.css +++ b/src/index.css @@ -48,7 +48,7 @@ input { box-shadow: inset 0px 0px 5px #0e0e0e; } -.inner-container h5 { +.inner-container h6 { color: #7c90db; } @@ -142,8 +142,6 @@ p { filter: brightness(1.2); } - - h1,h2,h3,h4,h5,h6 { padding: 0px; margin: 0px; diff --git a/src/index.html b/src/index.html index 5752ccd..15b2849 100644 --- a/src/index.html +++ b/src/index.html @@ -45,35 +45,35 @@

-
Active Tasks
+
Active Tasks

-
Complete Tasks
+
Complete Tasks

-
New Tasks (7 Days)
+
New Tasks

-
Complete (7 Days)
+
New Complete

-
Total Projects
+
Total Projects

-
New Projects (7 Days)
+
New Projects

-
Active Bullets
+
Active Bullets

-
Complete Bullets
+
Complete Bullets
diff --git a/src/index.js b/src/index.js index 6d9ff21..dda0bfc 100644 --- a/src/index.js +++ b/src/index.js @@ -67,7 +67,7 @@ const createWindow = () => { mainWindow = new BrowserWindow({ width: width, height: height, - minWidth: 800, + minWidth: 1000, minHeight: 600, x: x, y: y, diff --git a/src/project.html b/src/project.html index 342c832..754b7bc 100644 --- a/src/project.html +++ b/src/project.html @@ -125,35 +125,35 @@

Do you want to complete this project?

-
Active Tasks
+
Active Tasks

-
Complete Tasks
+
Complete Tasks

-
New Tasks (7 Days)
+
New Tasks

-
Complete (7 Days)
+
New Complete

-
Active Bullets
+
Active Bullets

-
Complete Bullets
+
Complete Bullets

-
Project Created
+
Project Created

-
Status
+
Status