no copyright

This commit is contained in:
2026-06-22 11:08:00 +07:00
parent 47407cdbca
commit 13bea66473
2 changed files with 9 additions and 30 deletions

View File

@@ -141,8 +141,7 @@ button:disabled {
}
.brand-copy span,
.profile-meta span,
.sidebar-status span {
.profile-meta span {
color: var(--on-surface-variant);
font-size: 11px;
}
@@ -195,29 +194,13 @@ button:disabled {
font-weight: 800;
}
.sidebar-status {
align-items: center;
background: rgba(255, 255, 255, 0.62);
border: 1px solid rgba(169, 180, 185, 0.32);
border-radius: var(--radius);
display: flex;
gap: 9px;
.sidebar-copyright {
color: var(--on-surface-variant);
font-size: 11px;
line-height: 1.4;
margin: 12px;
padding: 10px;
}
.sidebar-status strong {
display: block;
font-size: 12px;
}
.status-dot {
background: #12b76a;
border-radius: 999px;
box-shadow: 0 0 0 4px rgba(18, 183, 106, 0.15);
display: inline-flex;
height: 8px;
width: 8px;
padding: 4px 2px;
text-align: center;
}
#sidebarBackdrop,

View File

@@ -33,12 +33,8 @@
<% }) %>
</nav>
<div class="sidebar-status">
<span class="status-dot"></span>
<div>
<strong>SQL Server</strong>
<span><%= databaseLabel %></span>
</div>
<div class="sidebar-copyright">
© Copyright 2026 Phenikaa X. All Rights Reserved
</div>
</aside>