From 4d691bf133d180bf8cf331b67ed942ba25352a7f Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Sat, 24 Jan 2026 23:28:19 +0100 Subject: [PATCH] Cleanup --- apps/server/AliasVault.Client/Dockerfile | 2 -- .../wwwroot/css/tailwind.css | 28 ++++++------------- 2 files changed, 9 insertions(+), 21 deletions(-) diff --git a/apps/server/AliasVault.Client/Dockerfile b/apps/server/AliasVault.Client/Dockerfile index d43efd078..6d48a9ce3 100644 --- a/apps/server/AliasVault.Client/Dockerfile +++ b/apps/server/AliasVault.Client/Dockerfile @@ -50,8 +50,6 @@ RUN dotnet workload install wasm-tools COPY apps/server /src # Copy built core libraries from core-builder stage -# Note: The distribute scripts in core/ try to copy to ../../apps/ which doesn't exist -# in the core-builder stage, so we manually copy from the dist/ directories here. COPY --from=core-builder /src/core/ /src-core/ # Copy Rust WASM output to wwwroot/wasm/ diff --git a/apps/server/AliasVault.Client/wwwroot/css/tailwind.css b/apps/server/AliasVault.Client/wwwroot/css/tailwind.css index 32daa228e..fe8309e44 100644 --- a/apps/server/AliasVault.Client/wwwroot/css/tailwind.css +++ b/apps/server/AliasVault.Client/wwwroot/css/tailwind.css @@ -1149,6 +1149,10 @@ video { width: 0.5rem; } +.w-2\.5 { + width: 0.625rem; +} + .w-20 { width: 5rem; } @@ -1217,10 +1221,6 @@ video { width: 100vw; } -.w-2\.5 { - width: 0.625rem; -} - .min-w-0 { min-width: 0px; } @@ -2717,16 +2717,16 @@ video { border-color: rgb(251 146 60 / var(--tw-border-opacity)); } -.hover\:border-primary-500:hover { - --tw-border-opacity: 1; - border-color: rgb(244 149 65 / var(--tw-border-opacity)); -} - .hover\:border-primary-400:hover { --tw-border-opacity: 1; border-color: rgb(246 167 82 / var(--tw-border-opacity)); } +.hover\:border-primary-500:hover { + --tw-border-opacity: 1; + border-color: rgb(244 149 65 / var(--tw-border-opacity)); +} + .hover\:bg-blue-600:hover { --tw-bg-opacity: 1; background-color: rgb(37 99 235 / var(--tw-bg-opacity)); @@ -2877,11 +2877,6 @@ video { color: rgb(146 64 14 / var(--tw-text-opacity)); } -.hover\:text-blue-800:hover { - --tw-text-opacity: 1; - color: rgb(30 64 175 / var(--tw-text-opacity)); -} - .hover\:text-gray-500:hover { --tw-text-opacity: 1; color: rgb(107 114 128 / var(--tw-text-opacity)); @@ -3743,11 +3738,6 @@ video { color: rgb(253 230 138 / var(--tw-text-opacity)); } -.dark\:hover\:text-blue-200:hover:is(.dark *) { - --tw-text-opacity: 1; - color: rgb(191 219 254 / var(--tw-text-opacity)); -} - .dark\:hover\:text-gray-100:hover:is(.dark *) { --tw-text-opacity: 1; color: rgb(243 244 246 / var(--tw-text-opacity));