This commit is contained in:
Leendert de Borst
2026-01-24 23:28:19 +01:00
parent 14c991d995
commit 4d691bf133
2 changed files with 9 additions and 21 deletions

View File

@@ -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/

View File

@@ -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));