Updated mooncore version
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -96,6 +96,10 @@
|
|||||||
.advance-select-toggle {
|
.advance-select-toggle {
|
||||||
@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) {
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user