Can now modify landing page. Fallback images for games and mods. Cached events. #29

Merged
freakoverse merged 16 commits from staging into master 2024-09-02 13:28:18 +00:00
Showing only changes of commit f13d800d85 - Show all commits

View File

@ -19,6 +19,7 @@
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 100%; height: 100%;
top: 0;
object-fit: cover; /* Ensures the image covers the container like a background image */ object-fit: cover; /* Ensures the image covers the container like a background image */
} }