chore: continued redesign readme

This commit is contained in:
LukeGus
2026-05-20 16:56:02 -05:00
parent a045d660fc
commit aa71183d08
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -55,7 +55,7 @@ Termix is an open-source, forever-free, self-hosted all-in-one server management
<img src="./repo-images/header-features.svg" alt="Features" />
<img src="./repo-images/features.svg" alt="Features" />
<p><img src="./repo-images/features.svg" alt="Features" /></p>
<br />
@@ -79,7 +79,7 @@ Termix is an open-source, forever-free, self-hosted all-in-one server management
<img src="./repo-images/header-platform-support.svg" alt="Platform Support" />
<img src="./repo-images/platform-support.svg" alt="Platform Support" />
<p><img src="./repo-images/platform-support.svg" alt="Platform Support" /></p>
<br />
+1 -1
View File
@@ -47,7 +47,7 @@
<text x="18" y="306" class="feat-title">Docker Management</text>
<text x="18" y="324" class="feat-body">Start, stop, pause, remove containers. View container stats.</text>
<text x="18" y="339" class="feat-body">Control containers using docker exec terminal. Not a replacement</text>
<text x="18" y="354" class="feat-body">for Portainer or Dockge built for managing, not creating.</text>
<text x="18" y="354" class="feat-body">for Portainer or Dockge, built for managing, not creating.</text>
<!-- Row 3, Col 2: SSH Host Manager -->
<rect x="442" y="284" width="418" height="130" rx="6" fill="transparent" class="card-border"/>

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

+1 -1
View File
@@ -877,7 +877,7 @@ export function Auth({ onLogin }: AuthProps) {
</div>
</div>
{/* Right panel — auth form */}
{/* Right panel */}
<div className="flex flex-1 items-center justify-center p-6 overflow-y-auto relative">
<div className="w-full max-w-sm flex flex-col gap-6">
{/* TOTP view */}