adjust styles on fullscreen player image section

- fix image transition
- fix image aspect ratio
- adjust text sizes and shadow
This commit is contained in:
jeffvli
2025-06-25 20:40:45 -07:00
parent 0afbe4c0a2
commit 64866c59bd
3 changed files with 65 additions and 35 deletions
@@ -2,7 +2,6 @@
position: absolute;
max-width: 100%;
height: 100%;
object-fit: var(--theme-image-fit);
object-position: 50% 100%;
border-radius: 5px;
filter: drop-shadow(0 0 5px rgb(0 0 0 / 40%)) drop-shadow(0 0 5px rgb(0 0 0 / 40%));
@@ -24,8 +23,13 @@
justify-content: center;
padding: 1rem;
text-align: center;
cursor: default;
border-radius: 5px;
a {
cursor: pointer;
}
h1 {
font-size: 3.5vh;
}