diff --git a/.gitignore b/.gitignore index d6ee8a61..39e45d7c 100644 --- a/.gitignore +++ b/.gitignore @@ -43,5 +43,3 @@ backup* *.tmp *.bin -*.png -*.jpg diff --git a/ProjectLighthouse/Pages/Partials/SlotCardPartial.cshtml b/ProjectLighthouse/Pages/Partials/SlotCardPartial.cshtml index 45e31797..36318404 100644 --- a/ProjectLighthouse/Pages/Partials/SlotCardPartial.cshtml +++ b/ProjectLighthouse/Pages/Partials/SlotCardPartial.cshtml @@ -32,7 +32,9 @@ @{ int size = isMobile ? 50 : 100; } -
+
+ +
@if (showLink) diff --git a/ProjectLighthouse/ProjectLighthouse.csproj b/ProjectLighthouse/ProjectLighthouse.csproj index 61e2eb83..bb81e5d2 100644 --- a/ProjectLighthouse/ProjectLighthouse.csproj +++ b/ProjectLighthouse/ProjectLighthouse.csproj @@ -1,5 +1,4 @@ - Linux net6.0 @@ -48,25 +47,6 @@ Always - - - - - - - - - - - - - - - - - - - @@ -75,5 +55,4 @@ - diff --git a/ProjectLighthouse/StaticFiles/assets/slotCardOverlay.png b/ProjectLighthouse/StaticFiles/assets/slotCardOverlay.png new file mode 100644 index 00000000..c5ee40ae Binary files /dev/null and b/ProjectLighthouse/StaticFiles/assets/slotCardOverlay.png differ diff --git a/ProjectLighthouse/StaticFiles/css/styles.css b/ProjectLighthouse/StaticFiles/css/styles.css index f122599d..a74b4401 100644 --- a/ProjectLighthouse/StaticFiles/css/styles.css +++ b/ProjectLighthouse/StaticFiles/css/styles.css @@ -24,6 +24,7 @@ div.main { background-size: cover; background-position: center; border-radius: 100%; + object-fit: cover; } .cardStats {