Merge claude/1

This commit is contained in:
librelad 2026-05-27 01:04:03 +01:00
commit c49007d6e0
2 changed files with 0 additions and 18 deletions

View File

@ -86,19 +86,6 @@
color: rgba(var(--text-rgb), 0.55);
}
/* Small entry point on the user Dashboard that links into the Admin area. */
.dashboard-admin-link {
display: inline-flex;
align-items: center;
gap: 6px;
margin: 4px 0 0;
font-size: 0.85rem;
font-weight: 600;
color: var(--accent);
text-decoration: none;
}
.dashboard-admin-link:hover { text-decoration: underline; }
/* ============================================================
Admin System (in-depth statistics page)
============================================================ */

View File

@ -46,11 +46,6 @@
</div>
</div>
<a href="/admin" class="dashboard-admin-link">
Admin overview
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>
</a>
<!-- Installed Apps Icons -->
<div id="frontpage-apps-section" class="frontpage-apps-section" style="display:none;">
<div id="frontpage-apps-container" class="frontpage-apps-grid"></div>