2025-11-28, 02:10 AM
(This post was last modified: 2025-11-28, 02:55 AM by 2020. Edited 6 times in total.)
The code worked mostly worked as I wanted.
The only code I'm having issues with is
This one works fine.
Also the text has shrunk, I don't know if that is the default size.
Do you by chance have a code that will allow me to increase the size of the fonts and header, instead of finding them one by one ? .mainDrawer .skinHeader
The only code I'm having issues with is
Code:
.layout-desktop .MyMedia .card.overflowBackdropCard.card-hoverable.card-withuserdata {width: 18em !important;}This one works fine.
Code:
.layout-desktop #indexPage .itemsContainer .card.overflowBackdropCard {
width: 300px !important; /* Your desired width */
height: 180px !important; /* Your desired height */
}Also the text has shrunk, I don't know if that is the default size.
Do you by chance have a code that will allow me to increase the size of the fonts and header, instead of finding them one by one ? .mainDrawer .skinHeader
