mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Font size in Custom Media Covers add-on should scale more consistently now
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
.card-withuserdata[data-isfolder="true"]:not([data-type="PhotoAlbum"], [data-type="Series"], [data-type="Folder"], [data-type="Season"], [data-type="Playlist"]) .cardImageContainer.cardContent::before {
|
.card-withuserdata[data-isfolder="true"]:not([data-type="PhotoAlbum"], [data-type="Series"], [data-type="Folder"], [data-type="Season"], [data-type="Playlist"]) .cardImageContainer.cardContent::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: 3.5vh;
|
font-size: clamp(1em, max(2.5vh, 2vw), 2.5em);
|
||||||
margin-bottom: .175em;
|
margin-bottom: .175em;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
color: white;
|
color: white;
|
||||||
|
Reference in New Issue
Block a user