3e5d29225a
- Removed unused classes and files related to SQLite database provider, including SqliteDesignTimeJellyfinDbFactory, ModelBuilderExtensions, PragmaConnectionInterceptor, AssemblyInfo, SqliteDatabaseProvider, DateTimeKindValueConverter. - Updated tests to remove dependencies on removed classes and adjusted mocking for configuration sections. - Added Microsoft.EntityFrameworkCore.Sqlite package reference to test project. - Improved string handling in tests for better consistency and clarity. - Refactored logging methods in JellyfinApplicationFactory for better readability and maintainability.
18 lines
391 B
CSS
18 lines
391 B
CSS
/* logo */
|
|
.topbar-wrapper img[alt="Swagger UI"], .topbar-wrapper span {
|
|
visibility: collapse;
|
|
}
|
|
|
|
.topbar-wrapper .link:after {
|
|
content: '';
|
|
display: block;
|
|
background-image: url(../jellyfin.svg);
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
box-sizing: border-box;
|
|
width: 220px;
|
|
height: 40px;
|
|
}
|
|
/* end logo */
|