2024-12-17, 02:10 AM
Ah cheers Iskelderon Just realised I've been tinkering away on this for a year now.. It's been a fun way to learn how it all works!
2024-12-17, 02:10 AM
Ah cheers Iskelderon Just realised I've been tinkering away on this for a year now.. It's been a fun way to learn how it all works!
2024-12-17, 05:44 PM
(This post was last modified: 2024-12-17, 05:57 PM by man0000. Edited 4 times in total.)
(2024-12-13, 09:28 PM)man0000 Wrote:(2024-12-13, 06:48 PM)Ted Hinklater Wrote: Hey yeah there's an update coming through to fix that, , in the meantime after your import lines just add this (adjust to preference) Hi again, I don't know if jsdelivr hasn't updated yet (If so, I apologise for this post) but again the resize has changed and is a mess. As you can see in the captures, the zoom % has no sense at all. 100% shows more than 90% and the rest is crazy... In the Custon CSS code I only have thr finimalism7.css Am I doing anything wrong?... PS: the #homeTab { font-size: 70%!important;} changes nothing.
2024-12-17, 06:33 PM
(This post was last modified: 2024-12-17, 07:33 PM by Ted Hinklater. Edited 1 time in total.)
I'm not sure how small you want it, you can play with these numbers
Code: @import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@main/finimalism-just-black.css");
2024-12-18, 04:30 PM
For my tastes, I just overrode all of that with this:
Code: .layout-desktop .overflowBackdropCard, .layout-tv .overflowBackdropCard,
2024-12-23, 03:15 PM
Hi, could you possibly make a patch that would repair how this theme looks on 21:9 monitors (web version)? The box on the left containing poster and buttons have no height limit so it takes too much space which result in cutting details like original title. I tried to repair it myself with custom css, but I failed.
This is how it looks on 21:9:
2024-12-23, 05:05 PM
Hey I added a fix this morning but looks like it hasn't come through yet
Just add this to your CSS box (after the import line) Code: @media (min-width: 3500px) {
2024-12-23, 06:59 PM
(2024-12-23, 05:05 PM)Ted Hinklater Wrote: Hey I added a fix this morning but looks like it hasn't come through yetfor some reason adding this code only works on chrome I've tested it on firefox, opera and edge and this doesn't work on those browsers
2024-12-23, 08:09 PM
(This post was last modified: 2024-12-23, 08:10 PM by Ted Hinklater. Edited 1 time in total.)
Just to double-check, you've added the CSS to the Dashboard > General "Custom CSS Code" field, and not the Settings > Display > "Custom CSS Code" field?
The jsdelivr link has fully updated now, so it shouldn't require any extra lines. You can also use Ctrl+F5 or clear your cache, to make sure your browser isn't using a cached version of the theme instead of fetching the latest. Can I also ask is your display resolution 3440x1440?
2024-12-23, 09:35 PM
(2024-12-23, 08:09 PM)Ted Hinklater Wrote: Just to double-check, you've added the CSS to the Dashboard > General "Custom CSS Code" field, and not the Settings > Display > "Custom CSS Code" field?Yes, I've added it through admin dashboard. My resolution is 3440x1440. It definitely did the job, because it works on chrome. On other browsers it works, but only in full-screen mode (after clicking F11). Clearing cache doesn't make any difference.
2024-12-24, 09:42 AM
(This post was last modified: 2024-12-24, 09:43 AM by Ted Hinklater.)
(2024-12-23, 09:35 PM)haze Wrote: Yes, I've added it through admin dashboard. My resolution is 3440x1440. It definitely did the job, because it works on chrome. On other browsers it works, but only in full-screen mode (after clicking F11). Clearing cache doesn't make any difference. Got it, sorry to ask the obvious there. This should be a much simpler fix, will work at any height. Code: @import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@main/finimalism7.css");
1
|
|
|