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, .brand-copy span,
.profile-meta span, .profile-meta span {
.sidebar-status span {
color: var(--on-surface-variant); color: var(--on-surface-variant);
font-size: 11px; font-size: 11px;
} }
@@ -195,29 +194,13 @@ button:disabled {
font-weight: 800; font-weight: 800;
} }
.sidebar-status { .sidebar-copyright {
align-items: center; color: var(--on-surface-variant);
background: rgba(255, 255, 255, 0.62); font-size: 11px;
border: 1px solid rgba(169, 180, 185, 0.32); line-height: 1.4;
border-radius: var(--radius);
display: flex;
gap: 9px;
margin: 12px; margin: 12px;
padding: 10px; padding: 4px 2px;
} text-align: center;
.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;
} }
#sidebarBackdrop, #sidebarBackdrop,

View File

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