From 38a5752704b17830657c1785351b49b7b3a7f4d5 Mon Sep 17 00:00:00 2001 From: hexterminal Date: Wed, 14 May 2025 13:14:19 +0530 Subject: [PATCH 1/3] Update Run_Localhost.cmd There won't be any need to specify user name and the path manually. --- Run_Localhost.cmd | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Run_Localhost.cmd b/Run_Localhost.cmd index b7d17a5..16fce2f 100644 --- a/Run_Localhost.cmd +++ b/Run_Localhost.cmd @@ -1,8 +1,6 @@ @echo off - -SET PATH=C:\Users\\AppData\Local\Programs\Python\Python312 +FOR /F "tokens=*" %%i IN ('where python') DO SET PYTHON_PATH=%%i +FOR %%i IN ("%PYTHON_PATH%") DO SET PYTHON_DIR=%%~dpi SET PY_SCRIPT="Run_Localhost.py" - -python %PY_SCRIPT% - -pause \ No newline at end of file +"%PYTHON_PATH%" %PY_SCRIPT% +pause From bff5d3768bdf99ad611a69d68038ceef300c0ea7 Mon Sep 17 00:00:00 2001 From: hexterminal Date: Wed, 21 May 2025 20:18:32 +0530 Subject: [PATCH 2/3] Update Run_Localhost.cmd --- Run_Localhost.cmd | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Run_Localhost.cmd b/Run_Localhost.cmd index 16fce2f..fad5d52 100644 --- a/Run_Localhost.cmd +++ b/Run_Localhost.cmd @@ -1,6 +1,8 @@ @echo off -FOR /F "tokens=*" %%i IN ('where python') DO SET PYTHON_PATH=%%i -FOR %%i IN ("%PYTHON_PATH%") DO SET PYTHON_DIR=%%~dpi + +SET PATH=C:\Users\\AppData\Local\Programs\Python\Python312 SET PY_SCRIPT="Run_Localhost.py" -"%PYTHON_PATH%" %PY_SCRIPT% + +python %PY_SCRIPT% + pause From 8715b5c8cb74a65c21f20a7d90e249284ae404c2 Mon Sep 17 00:00:00 2001 From: hexterminal Date: Wed, 21 May 2025 20:39:27 +0530 Subject: [PATCH 3/3] improve header hover when hovering over the elements the border shows up and pushes the element which looks unpleasant. now it doesnt push it. --- css/header_footer.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/header_footer.css b/css/header_footer.css index f74e7db..c92b41d 100644 --- a/css/header_footer.css +++ b/css/header_footer.css @@ -122,9 +122,9 @@ a.suppush{ border-right: 0; background: #00000000; transition: all 0.15s ease-in; + border-block-start: transparent; } .headerlis:hover{ - border-block-start: transparent; border-top-color: rgba(0,0,0,0); border-bottom-color: rgb(255, 255, 255); background: linear-gradient(#0000,#ffffff38); @@ -243,6 +243,7 @@ a.suppush{ transition: all 0.10s ease-in; display: flex; justify-content: center; + border-block-start: transparent; } .dpdhitmsacol{ background-color: #141414cc; @@ -251,7 +252,6 @@ a.suppush{ background: linear-gradient(rgba(0, 0, 0, 0.514),#ffffff83);; } .dpdhitems a:hover{ - border-block-start: transparent; border-top-color: rgba(0,0,0,0); border-bottom-color: rgb(255, 255, 255); background: linear-gradient(rgba(0, 0, 0, 0.514),#ffffff38);