minor bug fixes

This commit is contained in:
usmannasir
2025-06-16 16:20:50 +05:00
parent 07a5f2fa66
commit e07c0709cd
3 changed files with 11 additions and 31 deletions

View File

@@ -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 @@
<div class="brand">CyberPanel</div>
<div class="tagline">Web Hosting Panel</div>
</div>
<div class="theme-toggle">
<i class="fas fa-moon"></i>
</div>
</div>
<div class="section-header">OVERVIEW</div>