Merge claude/1
This commit is contained in:
commit
c49007d6e0
@ -86,19 +86,6 @@
|
|||||||
color: rgba(var(--text-rgb), 0.55);
|
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)
|
Admin → System (in-depth statistics page)
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|||||||
@ -46,11 +46,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</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 -->
|
<!-- Installed Apps Icons -->
|
||||||
<div id="frontpage-apps-section" class="frontpage-apps-section" style="display:none;">
|
<div id="frontpage-apps-section" class="frontpage-apps-section" style="display:none;">
|
||||||
<div id="frontpage-apps-container" class="frontpage-apps-grid"></div>
|
<div id="frontpage-apps-container" class="frontpage-apps-grid"></div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user