sda
This commit is contained in:
parent
6b29f2c61a
commit
6d76a8a6d7
2 changed files with 14 additions and 41 deletions
|
|
@ -114,19 +114,6 @@ body.tab-nucking-futz { background-image: url("/images/Nucking-futz-bg.png")
|
||||||
SERVICE CARDS
|
SERVICE CARDS
|
||||||
───────────────────────────────────────────── */
|
───────────────────────────────────────────── */
|
||||||
|
|
||||||
/* Target the actual Homepage services grid (Tailwind classes) */
|
|
||||||
ul.services-list {
|
|
||||||
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Each card fills exactly one column — never spans more */
|
|
||||||
ul.services-list > li {
|
|
||||||
grid-column: span 1 !important;
|
|
||||||
min-width: 0 !important;
|
|
||||||
width: 100% !important;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
.service-card {
|
.service-card {
|
||||||
background: var(--ng-card-bg) !important;
|
background: var(--ng-card-bg) !important;
|
||||||
backdrop-filter: var(--ng-blur);
|
backdrop-filter: var(--ng-blur);
|
||||||
|
|
|
||||||
|
|
@ -17,73 +17,59 @@ layout:
|
||||||
# ── Netgrimoire tab ─────────────────────────
|
# ── Netgrimoire tab ─────────────────────────
|
||||||
Applications:
|
Applications:
|
||||||
tab: Netgrimoire
|
tab: Netgrimoire
|
||||||
style: row
|
style: column
|
||||||
columns: 4
|
|
||||||
|
|
||||||
Monitoring:
|
Monitoring:
|
||||||
tab: Netgrimoire
|
tab: Netgrimoire
|
||||||
style: row
|
style: column
|
||||||
columns: 4
|
|
||||||
|
|
||||||
Remote Access:
|
Remote Access:
|
||||||
tab: Netgrimoire
|
tab: Netgrimoire
|
||||||
style: row
|
style: column
|
||||||
columns: 4
|
|
||||||
|
|
||||||
Management:
|
Management:
|
||||||
tab: Netgrimoire
|
tab: Netgrimoire
|
||||||
style: row
|
style: column
|
||||||
columns: 4
|
|
||||||
|
|
||||||
Backup:
|
Backup:
|
||||||
tab: Netgrimoire
|
tab: Netgrimoire
|
||||||
style: row
|
style: column
|
||||||
columns: 4
|
|
||||||
|
|
||||||
Mail Services:
|
Mail Services:
|
||||||
tab: Netgrimoire
|
tab: Netgrimoire
|
||||||
style: row
|
style: column
|
||||||
columns: 4
|
|
||||||
|
|
||||||
Services:
|
Services:
|
||||||
tab: Netgrimoire
|
tab: Netgrimoire
|
||||||
style: row
|
style: column
|
||||||
columns: 4
|
|
||||||
|
|
||||||
# ── PNCHarris tab ───────────────────────────
|
# ── PNCHarris tab ───────────────────────────
|
||||||
PNCHarris Apps:
|
PNCHarris Apps:
|
||||||
tab: PNCHarris
|
tab: PNCHarris
|
||||||
style: row
|
style: column
|
||||||
columns: 4
|
|
||||||
|
|
||||||
# ── Wasted-Bandwidth tab ────────────────────
|
# ── Wasted-Bandwidth tab ────────────────────
|
||||||
Jolly Roger:
|
Jolly Roger:
|
||||||
tab: Wasted-Bandwidth
|
tab: Wasted-Bandwidth
|
||||||
style: row
|
style: column
|
||||||
columns: 4
|
|
||||||
|
|
||||||
Downloaders:
|
Downloaders:
|
||||||
tab: Wasted-Bandwidth
|
tab: Wasted-Bandwidth
|
||||||
style: row
|
style: column
|
||||||
columns: 4
|
|
||||||
|
|
||||||
VPN Protected Apps:
|
VPN Protected Apps:
|
||||||
tab: Wasted-Bandwidth
|
tab: Wasted-Bandwidth
|
||||||
style: row
|
style: column
|
||||||
columns: 4
|
|
||||||
|
|
||||||
Media Management:
|
Media Management:
|
||||||
tab: Wasted-Bandwidth
|
tab: Wasted-Bandwidth
|
||||||
style: row
|
style: column
|
||||||
columns: 4
|
|
||||||
|
|
||||||
Media Search:
|
Media Search:
|
||||||
tab: Wasted-Bandwidth
|
tab: Wasted-Bandwidth
|
||||||
style: row
|
style: column
|
||||||
columns: 4
|
|
||||||
|
|
||||||
# ── Nucking-Futz tab ────────────────────────
|
# ── Nucking-Futz tab ────────────────────────
|
||||||
Nucking Apps:
|
Nucking Apps:
|
||||||
tab: Nucking-Futz
|
tab: Nucking-Futz
|
||||||
style: row
|
style: column
|
||||||
columns: 4
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue