2024-05-28, 11:18 PM
(2024-05-28, 07:27 PM)M0RPH3US Wrote:(2024-05-28, 06:34 PM)ZestyJelly Wrote:(2024-05-28, 06:09 PM)M0RPH3US Wrote:(2024-05-28, 01:42 PM)ZestyJelly Wrote:(2024-05-28, 07:30 AM)M0RPH3US Wrote: I found a bug. When you are using the web player in a mobile device, in landscape orientation the mainDrawer seems to peek out as shown in the attached picture. Managed to solve it using below snippet. I don't know if there is a cleaner way of doing this, but this solves it.Β
Code:/* Portrait orientation */
@media only screen and (orientation: portrait) {
Β .layout-mobile .mainDrawer {
Β Β width: 65% !important;
Β }
}
/* Landscape orientation */
@media only screen and (orientation: landscape) {
Β .layout-mobile .mainDrawer {
Β Β width: 30% !important;
Β }
}
I just literally merged a PR fixing this. The fix was just using a 315px instead of 65%. Unsure if your fix is better than the one I just merged, but let me know if it doesn't fix it for you.
I never use the JF mobile client in landscape mode, so I never saw this. I noticed other things break like the image at the top becomes very small. Your proposed fix gave me an idea of how to try to fix it. I will look into it when I have some time. Thanks.
Ooh I will try that and will let you know. I thought reducing it will solveπ π π . My laptop is doing a chkdsk now, so I guess will be able to update u on this tomorrow. But dude it's an awesome theme. A real piece of beauty. I am just trying to make the episode list make a bit bigger, as in the thumbnails. I had it working earlier. Just not able to find the piece of code for it.
I am not sure what you mean by make the episode listΒ bigger (inside Seasons?). Or do you mean make the thumbs in your screenshot wider like the Spotlight thing at the top?
What is the Spotlight thing at the top BTW? is it an extension? Looks cool.
Right here
https://github.com/BobHasNoSoul/jellyfin.../10.9.x.md
Oh wow, thank you.Β
Some of those look very interesting!
(2024-05-28, 09:51 PM)usrnammit Wrote:(2024-05-14, 05:11 PM)ZestyJelly Wrote:(2024-05-14, 09:36 AM)usrnammit Wrote: Hi, how do you get different backdrops in Next Up and Item Details Page?
For example, in your screenshots, on the homepage Avatar in Next Up has a different backdrop than it has 2 screenshots later when its the background of the Avatar's details page. Did you change these manually between screenshots? Or can I actually have a 'clean' backdrop without text as a background but a 'stylized' one with the show logo in Next Up?
No I didn't. Disable the option Settings > Display > Use episode images in 'Next Up' and 'Continue Watching' sections. And it should work the same for you.
I didn't know about this setting, cheers!
Also I noticed a display issue when using a Home Screen section "My Media (small)" instead of the big cards. It seems like they are missing a background (it looks better when Hovered but almost unreadable otherwise).
https://imgur.com/a/eQLUI4c
Hmm, strange. How do you get to there though?
Could you provide list the steps to reproduce?
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See ππͺ³πͺ²