Fixes the css

This commit is contained in:
Paul Schneider 2026-06-14 23:04:24 +01:00
commit cba18df870
11 changed files with 124 additions and 77 deletions

View file

@ -4,7 +4,7 @@ using Yavsc.Models;
using Xunit.Abstractions;
using Yavsc.Server.Models.IT.SourceCode;
using Microsoft.EntityFrameworkCore;
using isnd.tests;
using Yavsc.Tests;
using Yavsc.Server.Models.IT;
namespace yavscTests

View file

@ -1,6 +1,6 @@
using System.Security.Cryptography.X509Certificates;
using System.Net.Security;
using isnd.tests;
using Yavsc.Tests;
using Xunit.Abstractions;
using IdentityModel.Client;

View file

@ -1,4 +1,4 @@
using isnd.tests;
using Yavsc.Tests;
using Xunit.Abstractions;
namespace yavscTests.Mandatory;