Happy2Play 9458 Posted July 6, 2024 Posted July 6, 2024 1 minute ago, Gremory17 said: hay alguna forma de arreglar como se ven las temporadas? la imagen Did you update versions as this issue was identified a few posts back. But new versions can be found here. @fillidillcan you put the newest code in first post. Thanks
Happy2Play 9458 Posted July 6, 2024 Posted July 6, 2024 Actually, your issue would appear to be new covering Seasons folders vs the previous episode row you reported but cannot reproduce with v3.4 code. @Gremory17 Is this the only code you are using?
Gremory17 14 Posted July 6, 2024 Posted July 6, 2024 (edited) 1 hour ago, Happy2Play said: Actually, your issue would appear to be new covering Seasons folders vs the previous episode row you reported but cannot reproduce with v3.4 code. @Gremory17 Is this the only code you are using? version 3.4 estoy ocupando y aun me sale cortado lo de las imagenes de temporada dificulta un poco entrar a la temporada, no son todos tambien identifique que la informacion del video ahora lo hace hacia la derecha esto solo aplica si el video tiene multi sub o audio aparte Edited July 6, 2024 by Gremory17
Happy2Play 9458 Posted July 6, 2024 Posted July 6, 2024 57 minutes ago, Gremory17 said: version 3.4 estoy ocupando y aun me sale cortado lo de las imagenes de temporada dificulta un poco entrar a la temporada, no son todos tambien identifique que la informacion del video ahora lo hace hacia la derecha esto solo aplica si el video tiene multi sub o audio aparte Can you post a copy of the css you are using. As I cannot reproduce Seasons issue. As for the tracksection info floating right that is a change @fillidillactually did in v3.4 so you would want to compare it to v3.2 or v3.3 and remove the changes.
Gremory17 14 Posted July 6, 2024 Posted July 6, 2024 13 minutes ago, Happy2Play said: Can you post a copy of the css you are using. As I cannot reproduce Seasons issue. As for the tracksection info floating right that is a change @fillidillactually did in v3.4 so you would want to compare it to v3.2 or v3.3 and remove the changes. Emby-Stable-style-v3.4.txt
Happy2Play 9458 Posted July 6, 2024 Posted July 6, 2024 1 minute ago, Gremory17 said: Emby-Stable-style-v3.4.txt 118.98 kB · 0 downloads I am not sure then as I can not reproduce Seasons issue. Are you scaling the browser at all?
Gremory17 14 Posted July 7, 2024 Posted July 7, 2024 7 hours ago, Happy2Play said: I am not sure then as I can not reproduce Seasons issue. Are you scaling the browser at all? no sucede con todos pero si me da ese problema 2024-07-06 22-57-35.mp4
Happy2Play 9458 Posted July 7, 2024 Posted July 7, 2024 5 minutes ago, Gremory17 said: It doesn't happen with everyone but it does give me that problem Might want to delete the video with your site address. What browser is that? Vivaldi?
Happy2Play 9458 Posted July 7, 2024 Posted July 7, 2024 But I have been able to reproduce this on one show so far so I will check and see if I can find the issue.
Gremory17 14 Posted July 7, 2024 Posted July 7, 2024 17 minutes ago, Happy2Play said: Might want to delete the video with your site address. What browser is that? Vivaldi? navegador brave
Happy2Play 9458 Posted July 7, 2024 Posted July 7, 2024 (edited) 9 minutes ago, Gremory17 said: Brave Browser Thanks, I was able to reproduce this as this is an issue for items without season images as the inherited image is smaller and the height: auto !important creates the issue. @fillidill Easy to reproduce find item with no season images or pick a show and delete season images. .verticalSection.seriesItemsSection .itemsContainer:not(.allEpisodesItemsContainer) { display: inline-block !important; width: 100% !important; min-width: unset !important; min-height: unset !important; height: auto !important; contain: unset !important; } Looks like it can be disabled or removed. Or add a season image to one of the seasons to correct the issue. Edited July 7, 2024 by Happy2Play 1
Gremory17 14 Posted July 7, 2024 Posted July 7, 2024 5 minutes ago, Happy2Play said: Thanks, I was able to reproduce this as this is an issue for items without season images as the inherited image is smaller and the height: auto !important creates the issue. @fillidill .verticalSection.seriesItemsSection .itemsContainer:not(.allEpisodesItemsContainer) { display: inline-block !important; width: 100% !important; min-width: unset !important; min-height: unset !important; height: auto !important; contain: unset !important; } Looks like it can be disabled or removed. Or add a season image to one of the seasons to correct the issue. muchas gracias removiendo esa parte de codigo resuelve el problema
Happy2Play 9458 Posted July 7, 2024 Posted July 7, 2024 4 minutes ago, Gremory17 said: Thank you very much removing that part of code solves the problem Don't believe it will have any side effect in my quick look around.
Gremory17 14 Posted July 7, 2024 Posted July 7, 2024 6 minutes ago, Happy2Play said: Don't believe it will have any side effect in my quick look around. revise los demas archivos y todo bien, no veo ningun error en portadas de temporadas, ahora bien que deberia mover para que los detalles de video este abajo de la sinopsis del capitulo y no se vea reflejado a la derecha
Happy2Play 9458 Posted July 7, 2024 Posted July 7, 2024 8 minutes ago, Gremory17 said: I checked the other files and everything is fine, I don't see any errors in season covers, now I should move so that the video details are below the synopsis of the chapter and not reflected on the right Have you compared the previous version to new version? Should be a matter of removing new code but will look some more as I see some quirks I previously mentioned with section width and trackselection moving with width.
Happy2Play 9458 Posted July 7, 2024 Posted July 7, 2024 I commented out that entire section. /*@media (min-width: 50em) { .itemPrimaryNameContainer-logo { margin-bottom: 1em !important; } .topDetailsContainer .verticalFieldItem.trackSelections, .topDetailsContainer .verticalFieldItem.tagline, .topDetailsContainer .verticalFieldItem.overview-container, .topDetailsContainer .verticalFieldItem.directors{ max-width: 48% !important; width: 48% !important; } .topDetailsContainer .verticalFieldItem.trackSelections { max-width: 20vw !important; min-width: 400px !important; float: right !important; margin-top: 5px !important; } }*/ and added width here. .flex-grow.detailTextContainer form.trackSelections { order: 3 !important; width: min-content; } As I was seeing this.
Happy2Play 9458 Posted July 7, 2024 Posted July 7, 2024 Still don't see how you get this As I get image on other side. With edited comments above.
Gremory17 14 Posted July 7, 2024 Posted July 7, 2024 10 hours ago, Happy2Play said: Still don't see how you get this As I get image on other side. With edited comments above. Muchas gracias quedo perfecto el css, dejare la version 3.5 con las 2 partes que me ayudaste arreglar @Happy2Play Emby3.5.txt
Happy2Play 9458 Posted July 7, 2024 Posted July 7, 2024 (edited) 54 minutes ago, Gremory17 said: Thank you very much the css was perfect, I will leave version 3.5 with the 2 parts that you helped me fix @Happy2Play Emby3.5.txt 119.01 kB · 1 download Looks like you made 2 mistakes the "ancho" breaks the code below. And the code is actually duplicated as it exists later without the addition of width. }*/ancho .flex-grow.detailTextContainer form.trackSelections { order: 3 !important; width: min-content; } So you need to remove "ancho" and should remove duplicate code but is not code breaking only the uncommented word. That should fix the issue with Video track shifting right. Edited July 7, 2024 by Happy2Play
Happy2Play 9458 Posted July 7, 2024 Posted July 7, 2024 And if that does not work then will probably need to change to previous method mention here lowering max width.
Gremory17 14 Posted July 7, 2024 Posted July 7, 2024 8 minutes ago, Happy2Play said: Looks like you made 2 mistakes the "ancho" breaks the code below. And the code is actually duplicated as it exists later without the addition of width. }*/ancho .flex-grow.detailTextContainer form.trackSelections { order: 3 !important; width: min-content; } So you need to remove "ancho" and should remove duplicate code but is not code breaking only the uncommented word. That should fix the issue with Video track shifting right. Ahora si estaria bien verdad? @Happy2Play
Happy2Play 9458 Posted July 7, 2024 Posted July 7, 2024 (edited) 3 minutes ago, Gremory17 said: Now it would be okay right? @Happy2Play Yes the tracksection is correct and you see the same as I do with image on the right a little oversized. At least via episodes. Edited July 7, 2024 by Happy2Play
Gremory17 14 Posted July 7, 2024 Posted July 7, 2024 (edited) 9 minutes ago, Happy2Play said: Yes the tracksection is correct and you see the same as I do with image on the right a little oversized. At least via episodes. bueno xD no creo que afecte mucho visualmente si esta sobredimensionada lo dejare asi ya que funciona bien gracias por la ayuda Emby3.5.1.txt Edited July 7, 2024 by Gremory17
HairyBizRat 14 Posted August 10, 2024 Posted August 10, 2024 Wow I just had to comment on this topic. One of the main reasons I just moved from Plex to Emby is because Emby looks better in every way so I find it funny that some think the opposite. different strokes for different folks I guess lol 1
Eigeplackter 79 Posted August 10, 2024 Posted August 10, 2024 My apologies if this issue has been handled somewhere in the thread. Is there a special setting to get the back button on top of the screen ? It doesnt seem to be hidden under the sidebar and I cant move backwards, i.e. when I'm into a collection with several movies. Im running the official Chrome Version 127.0.6533.100 (64-bit) and used css 3.4 and 3.5.1.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now