Updated mooncore version

This commit is contained in:
2025-07-17 22:56:52 +02:00
parent e83d1351cb
commit f8c11b2dd8
4 changed files with 9 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Moonlight.ApiServer" Version="2.1.3" /> <PackageReference Include="Moonlight.ApiServer" Version="2.1.*" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.7"/> <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.7"/>
<PackageReference Include="Riok.Mapperly" Version="4.3.0-next.2" /> <PackageReference Include="Riok.Mapperly" Version="4.3.0-next.2" />
</ItemGroup> </ItemGroup>

View File

@@ -97,6 +97,10 @@
@apply !border-base-content/20 border-2 ring-0! outline-0! focus:border-primary! focus-within:border-primary! bg-base-200/50; @apply !border-base-content/20 border-2 ring-0! outline-0! focus:border-primary! focus-within:border-primary! bg-base-200/50;
} }
.select {
@apply !border-base-content/20 border-2 ring-0! outline-0! focus:border-primary! focus-within:border-primary! bg-base-200/50;
}
.table { .table {
:where(th, td) { :where(th, td) {
@apply py-1.5; @apply py-1.5;

View File

@@ -17,7 +17,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.5" /> <PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.5" />
<PackageReference Include="Moonlight.Client" Version="2.1.3"/> <PackageReference Include="Moonlight.Client" Version="2.1.*"/>
<PackageReference Include="XtermBlazor" Version="2.1.2" /> <PackageReference Include="XtermBlazor" Version="2.1.2" />
</ItemGroup> </ItemGroup>

View File

@@ -275,6 +275,7 @@ loading-xs
lowercase lowercase
m-10 m-10
mask mask
max-h-52
max-lg:flex-col max-lg:flex-col
max-lg:hidden max-lg:hidden
max-w-7xl max-w-7xl
@@ -363,10 +364,12 @@ progress
progress-bar progress-bar
progress-indeterminate progress-indeterminate
progress-primary progress-primary
pt-0
pt-0.5 pt-0.5
pt-3 pt-3
px-1.5 px-1.5
px-2 px-2
px-2.5
px-3 px-3
px-4 px-4
px-5 px-5