From 9534dfa103575616c77280b6976fb175a689f0b2 Mon Sep 17 00:00:00 2001 From: DioCrafts Date: Sun, 21 Jun 2026 02:04:27 +0200 Subject: [PATCH] fix(ui): un-clip the cloud logo on login/setup/device/nextcloud screens MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The auth screens rendered the OxiCloud cloud mark with viewBox "120 120 280 280", whose left edge (x=120) cropped the cloud's left side (the path starts at x≈107). Align them to the AppShell (logged-in) logo's viewBox "95 67 320 320" — same cloud path — so the mark is fully visible and centred with proper padding inside the badge, matching the in-app logo everywhere. Co-Authored-By: Claude Opus 4.8 (1M context) --- frontend/src/routes/device/+page.svelte | 2 +- frontend/src/routes/login/+page.svelte | 2 +- frontend/src/routes/nextcloud/login/+page.svelte | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/routes/device/+page.svelte b/frontend/src/routes/device/+page.svelte index a82a4239..22f304bd 100644 --- a/frontend/src/routes/device/+page.svelte +++ b/frontend/src/routes/device/+page.svelte @@ -110,7 +110,7 @@