diff --git a/config/custom.css b/config/custom.css index 544625d..9004cb4 100755 --- a/config/custom.css +++ b/config/custom.css @@ -114,19 +114,6 @@ body.tab-nucking-futz { background-image: url("/images/Nucking-futz-bg.png") 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 { background: var(--ng-card-bg) !important; backdrop-filter: var(--ng-blur); diff --git a/config/settings.yaml b/config/settings.yaml index 3fc0d55..04b91b9 100755 --- a/config/settings.yaml +++ b/config/settings.yaml @@ -17,73 +17,59 @@ layout: # ── Netgrimoire tab ───────────────────────── Applications: tab: Netgrimoire - style: row - columns: 4 + style: column Monitoring: tab: Netgrimoire - style: row - columns: 4 + style: column Remote Access: tab: Netgrimoire - style: row - columns: 4 + style: column Management: tab: Netgrimoire - style: row - columns: 4 + style: column Backup: tab: Netgrimoire - style: row - columns: 4 + style: column Mail Services: tab: Netgrimoire - style: row - columns: 4 + style: column Services: tab: Netgrimoire - style: row - columns: 4 + style: column # ── PNCHarris tab ─────────────────────────── PNCHarris Apps: tab: PNCHarris - style: row - columns: 4 + style: column # ── Wasted-Bandwidth tab ──────────────────── Jolly Roger: tab: Wasted-Bandwidth - style: row - columns: 4 + style: column Downloaders: tab: Wasted-Bandwidth - style: row - columns: 4 + style: column VPN Protected Apps: tab: Wasted-Bandwidth - style: row - columns: 4 + style: column Media Management: tab: Wasted-Bandwidth - style: row - columns: 4 + style: column Media Search: tab: Wasted-Bandwidth - style: row - columns: 4 + style: column # ── Nucking-Futz tab ──────────────────────── Nucking Apps: tab: Nucking-Futz - style: row - columns: 4 + style: column \ No newline at end of file