Compare commits
No commits in common. "c49007d6e0c4200cb3e85c39b45d6e9eee4568dc" and "a265b86cc9a0548a3cb5f3dcb2642f5a0256f7bf" have entirely different histories.
c49007d6e0
...
a265b86cc9
@ -86,6 +86,19 @@
|
|||||||
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,6 +46,11 @@
|
|||||||
</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