🐞 fix: Adjust styling for Servers page

This commit is contained in:
Keith Solomon
2025-11-30 09:56:25 -06:00
parent d367a5392d
commit 9291b641da
3 changed files with 24 additions and 2 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@ node_modules/
.vscode/ .vscode/
.DS_Store .DS_Store
.env .env
codex.txt

View File

@@ -127,3 +127,18 @@
.table { width: 100%; border-collapse: collapse; } .table { width: 100%; border-collapse: collapse; }
.table th, .table td { padding: 0.625rem; border-bottom: 0.0625rem solid var(--border); text-align: left; } .table th, .table td { padding: 0.625rem; border-bottom: 0.0625rem solid var(--border); text-align: left; }
.spec-grid {
display: flex;
gap: var(--gap);
div {
flex: 1;
h2 {
border-bottom: 0.0625rem solid var(--border);
margin-bottom: 0.75rem;
padding-bottom: 0.25rem;
}
}
}

View File

@@ -8,7 +8,9 @@ nav: 1
All hosts running Docker containers utilize Portainer for container management and Watchtower (nickfedor fork) for automated container updates. All hosts running Docker containers utilize Portainer for container management and Watchtower (nickfedor fork) for automated container updates.
## Local Servers <div class="spec-grid">
<div>
<h2>Local Servers</h2>
<details> <details>
<summary><h3>Banshee</h3></summary> <summary><h3>Banshee</h3></summary>
@@ -126,8 +128,10 @@ All hosts running Docker containers utilize Portainer for container management a
- phpMyAdmin - phpMyAdmin
</details> </details>
</div>
## Remote Servers <div>
<h2>Remote Servers</h2>
<details> <details>
<summary><h3>Cyclops</h3></summary> <summary><h3>Cyclops</h3></summary>
@@ -252,3 +256,5 @@ All hosts running Docker containers utilize Portainer for container management a
- Windows RDP for remote access - Windows RDP for remote access
</details> </details>
</div>
</div>