2025-11-27, 10:36 PM
(This post was last modified: 2025-11-27, 10:58 PM by 2020. Edited 6 times in total.)
Yes, that's what the bar looks like
the page is a little different image attached.
Also I cant see the video, audio and subtitles part.
and like this when only using @import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@main/finimalism10.11.css");
will this code word to increase the size of the my media cards, /* 1. CARD SIZE: Targets the cards (using a slightly shorter version of your class)
and uses absolute pixels for size. */
.layout-desktop #indexPage .itemsContainer .card.overflowBackdropCard {
width: 300px !important; /* Your desired width */
height: 180px !important; /* Your desired height */
}
/* 2. CARD IMAGE: Ensures the image fills the new card size */
.layout-desktop #indexPage .itemsContainer .card.overflowBackdropCard .cardImageContainer {
width: 100% !important;
height: 100% !important;
}
the page is a little different image attached.
Also I cant see the video, audio and subtitles part.
and like this when only using @import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@main/finimalism10.11.css");
will this code word to increase the size of the my media cards, /* 1. CARD SIZE: Targets the cards (using a slightly shorter version of your class)
and uses absolute pixels for size. */
.layout-desktop #indexPage .itemsContainer .card.overflowBackdropCard {
width: 300px !important; /* Your desired width */
height: 180px !important; /* Your desired height */
}
/* 2. CARD IMAGE: Ensures the image fills the new card size */
.layout-desktop #indexPage .itemsContainer .card.overflowBackdropCard .cardImageContainer {
width: 100% !important;
height: 100% !important;
}
