From e07c0709cdf940d7a757aaec455ffbb61695fd7c Mon Sep 17 00:00:00 2001 From: usmannasir Date: Mon, 16 Jun 2025 16:20:50 +0500 Subject: [PATCH] minor bug fixes --- backup/templates/backup/oneClickBackups.html | 20 +++++++++---------- .../templates/baseTemplate/index.html | 20 ------------------- .../websiteFunctions/listWebsites.html | 2 +- 3 files changed, 11 insertions(+), 31 deletions(-) diff --git a/backup/templates/backup/oneClickBackups.html b/backup/templates/backup/oneClickBackups.html index 81003facf..fe5ad6f81 100644 --- a/backup/templates/backup/oneClickBackups.html +++ b/backup/templates/backup/oneClickBackups.html @@ -63,7 +63,7 @@ align-items: center; gap: 0.5rem; text-decoration: none; - font-size: 0.875rem; + font-size: 1rem; } .btn-primary:hover { @@ -86,7 +86,7 @@ align-items: center; gap: 0.5rem; text-decoration: none; - font-size: 0.875rem; + font-size: 1rem; } .btn-secondary:hover { @@ -109,7 +109,7 @@ align-items: center; gap: 0.5rem; text-decoration: none; - font-size: 0.875rem; + font-size: 1rem; } .btn-outline:hover { @@ -259,7 +259,7 @@ margin-bottom: 0.5rem; font-weight: 500; color: #1e293b; - font-size: 0.875rem; + font-size: 1rem; } .form-control { @@ -267,7 +267,7 @@ padding: 0.875rem 1rem; border: 1px solid #e8e9ff; border-radius: 10px; - font-size: 0.875rem; + font-size: 1rem; transition: all 0.3s ease; background: #fff; } @@ -295,7 +295,7 @@ text-align: left; font-weight: 600; color: #1e293b; - font-size: 0.875rem; + font-size: 1rem; text-transform: uppercase; letter-spacing: 0.05em; border-bottom: 1px solid #e8e9ff; @@ -304,7 +304,7 @@ .data-table td { padding: 1rem; color: #64748b; - font-size: 0.875rem; + font-size: 1rem; border-bottom: 1px solid #f3f4f6; } @@ -322,7 +322,7 @@ gap: 0.25rem; padding: 0.375rem 0.875rem; border-radius: 50px; - font-size: 0.75rem; + font-size: 0.875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; @@ -374,7 +374,7 @@ background: #5b5fcf; color: white; padding: 0.25rem 3rem; - font-size: 0.75rem; + font-size: 0.875rem; font-weight: 600; transform: rotate(45deg); letter-spacing: 0.1em; @@ -446,7 +446,7 @@ .action-buttons .btn-primary, .action-buttons .btn-secondary { padding: 0.5rem 1rem; - font-size: 0.825rem; + font-size: 0.9375rem; } @keyframes fadeInDown { diff --git a/baseTemplate/templates/baseTemplate/index.html b/baseTemplate/templates/baseTemplate/index.html index 7c5aac72c..68b354fa0 100644 --- a/baseTemplate/templates/baseTemplate/index.html +++ b/baseTemplate/templates/baseTemplate/index.html @@ -227,23 +227,6 @@ font-weight: 400; } - .sidebar-logo .theme-toggle { - width: 32px; - height: 32px; - background: #f8f9ff; - border-radius: 8px; - display: flex; - align-items: center; - justify-content: center; - color: #8893a7; - cursor: pointer; - transition: all 0.2s ease; - } - - .sidebar-logo .theme-toggle:hover { - background: #e8e9ff; - color: #5856d6; - } #sidebar .server-info { padding: 15px; @@ -705,9 +688,6 @@
CyberPanel
Web Hosting Panel
-
- -
OVERVIEW
diff --git a/websiteFunctions/templates/websiteFunctions/listWebsites.html b/websiteFunctions/templates/websiteFunctions/listWebsites.html index ac8a772ec..71649a70e 100644 --- a/websiteFunctions/templates/websiteFunctions/listWebsites.html +++ b/websiteFunctions/templates/websiteFunctions/listWebsites.html @@ -22,7 +22,7 @@ /* Page Structure */ .page-wrapper { background: transparent; - padding: 20px; + padding: 0 20px 20px 20px; } .page-container {