Jump to content

About the top bar - EmbyServer 4750


CarlosLima
Go to solution Solved by ebr,

Recommended Posts

CarlosLima

Hi,
Is it possible to use CSS/HTML to position links in the yellow frame to the green frame?
I see it would look better because we have an empty space above and it would look nicer visually.
Thank you very much

download.png

Link to comment
Share on other sites

GrimReaper

AFAIK that depends on the size of the window, I don't see it either on Fulscreen or 1920x1080p maximized window, but once windowed that gap shows, so you might end-up with overlapping text. If you go Fullscreen, does tab-bar move up? 

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

GrimReaper

Hm, I can only assume you already have some CSS that's interfering. 

Fullscreen:

 

Untitled.png

Maximized windowed:

 

Screenshot 2022-07-01 095540.png

Windowed:

 

Screenshot 2022-07-01 095612.png

Edited by GrimReaper
Link to comment
Share on other sites

CarlosLima

Hi,
Thanks a lot for the help.
It shouldn't be CSS or HTML because on my EmbyServer beta 4803 that I use for testing, I don't have any code applied and the fullscreen displays the links in the same position.

Captura de tela 2022-07-01 122304.jpg

Link to comment
Share on other sites

GrimReaper

I don't see it in beta 4.8+ either until windowed. If you try another browser, does same happen? 

Link to comment
Share on other sites

CarlosLima

Yea,
I use Chrome but Edge and Firefox display fullscreen the same way.

Link to comment
Share on other sites

  • Solution

I believe the key here is resolution.  At smaller resolutions, the tabs move down so they will all fit without colliding with the other items.

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

CarlosLima

I tried the link again (I had tried it some time ago) but it is perfect only on the big screen. On mobile, it really has an overlay and I chose to keep the Emby pattern. Thanks.

Link to comment
Share on other sites

Happy2Play
1 hour ago, CarlosLima said:

I tried the link again (I had tried it some time ago) but it is perfect only on the big screen. On mobile, it really has an overlay and I chose to keep the Emby pattern. Thanks.

Yep that is why they are on a separate rows unless resolution meets set "@media not all and (min-width: 120em)" value.  But looks to be a bit excessive.

Edited by Happy2Play
Link to comment
Share on other sites

CarlosLima

True, Emby does have a great level of customization but you can't have everything. Thanks

Link to comment
Share on other sites

Happy2Play

From Plex theme topic but with fix for width.  Will shift row back down at lower resolution.

@media (min-width: 80em) {
	.headerMiddle.sectionTabs.headerMiddle-withSectionTabs {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  width: 55%;
	}
}

 

  • Thanks 1
Link to comment
Share on other sites

CarlosLima

Your effort is above expectations, thank you very much.
The code worked and raised the Home and Favorites position, but my personal link line couldn't make it go up.
It was at 120px, I changed it to 100px and then to 80px but it didn't change position.
Is it possible to go up that line?

Screenshot.png

trash1.png

Captura de tela 2022-07-02 190836.jpg

Link to comment
Share on other sites

Happy2Play

It moves just fine for me adjusting the inline top value but will have a possition issue on smaller screens where headermiddle will move over it.

@CarlosLima but did you try adding it in "@media (min-width: 80em)" as you will need it to move with resolution?

@media (min-width: 80em) {
	.headerMiddle.sectionTabs.headerMiddle-withSectionTabs {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  width: 55%;
	}
	.Personal-Links {
	top: 65px !important;
	}
}

image.thumb.png.5a8a65b3e9f215dc3fc7601cd486a9b8.png

image.png.a6d337b2a2c5dd80ca607c6afb57a178.png

Edited by Happy2Play
Link to comment
Share on other sites

  • 3 weeks later...
arrbee99

A similar situation to the above - you have css that moves up the 'middle stuff', is there anything that moves up the stuff below that, for example in Movies, that would move up the line that has the number of items, Play All, Shuffle etc, and everything below, or in the TV guide, that moves up the Date displayed and the three dot item (and everything below). Thank you.

Link to comment
Share on other sites

CarlosLima
On 7/2/2022 at 8:39 PM, Happy2Play said:

It moves just fine for me adjusting the inline top value but will have a possition issue on smaller screens where headermiddle will move over it.

@CarlosLima but did you try adding it in "@media (min-width: 80em)" as you will need it to move with resolution?

@media (min-width: 80em) {
	.headerMiddle.sectionTabs.headerMiddle-withSectionTabs {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  width: 55%;
	}
	.Personal-Links {
	top: 65px !important;
	}
}

 

Hi,
I think I missed this answer, sorry.
Yes, I applied this code and everything seems to be fine. Thank you very much.

Link to comment
Share on other sites

  • 3 weeks later...
King Pin
On 7/1/2022 at 8:30 AM, GrimReaper said:

AFAIK that depends on the size of the window, I don't see it either on Fulscreen or 1920x1080p maximized window, but once windowed that gap shows, so you might end-up with overlapping text. If you go Fullscreen, does tab-bar move up? 

That's what happens with me.  

First pic is window at 100%. 

Second pic is window at 80%. 

 

100.thumb.JPG.0266c4513fdba0704c26ac588f73fbfe.JPG

 

80.thumb.JPG.92ff1814a523e386ed393d2c8e262ba1.JPG

  • Like 1
Link to comment
Share on other sites

CarlosLima

Tested at 80% and 100% and perfect alignment in Chrome.

I also tested it at 25%, perfect and only at 110% the line goes down.

Captura de tela.png

Edited by CarlosLima
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...