Update all URLs to use Gitea API format with /api/v1/repos/ and ?ref=main

This commit is contained in:
2026-02-17 15:18:48 +03:00
parent edd590e380
commit a376edc778
17 changed files with 26 additions and 1123 deletions

View File

@@ -1,13 +0,0 @@
/*
This module will make your Jellyfin cards lift up slightly when hovered over.
This is a simple and effective way to make your Jellyfin instance look more modern.
This can be used as a standalone module.
*/
.cardBox:hover {
transform: translateY(-2.5px);
-webkit-transform: translateY(-2.5px);
-moz-transform: translateY(-2.5px);
-ms-transform: translateY(-2.5px);
-o-transform: translateY(-2.5px);
}