Happy2Play 9441 Posted September 1, 2021 Posted September 1, 2021 (edited) 53 minutes ago, Floflobel said: <div class="Personal-Links" style="top:120px;text-align:center;position:relative;"> to <div class="Personal-Links" style="top:100px;text-align:center;position:relative;"> I just understood the problem but I don't know why it happens. You need to change the "top" of the "Personal-Links" class from 120px to 100px. This will bring up the links that are hidden by : <h2 class="sectionTitle sectionTitle-cards padded-left">Mes Médias</h2> Not sure why you had this issue but it could be a resolution thing, it is do to Personal-Links being behind the "sectionTitleContainer sectionTitleContainer-cards" for My Media as I just reproduced by increasing "top". But adding "z-index: 1" to "Personal-Links" resolve the issue also as it will but the links above the container instead of behind. You can see it here on how the container does not effect me, as the links are above the container. adjusted as you can see here links are visible but unclickable unless I use z-index (shown disabled in images). Edited September 1, 2021 by Happy2Play 1
Swastikdan 0 Posted September 4, 2021 Posted September 4, 2021 On 24/04/2020 at 11:25, Happy2Play said: div class="view flex flex-direction-column withTabs"> <div class="tabContent flex flex-grow" data-index="0" style="overflow: hidden;"> <div is="emby-scroller" data-horizontal="false" data-centerfocus="true" data-navcommands="card" data-forcescrollbar="true" class="scrollFrameY flex flex-direction-column flex-grow focuscontainer-down" data-bindheader="true"> <div class="Personal-Links" style="top:120px;text-align:center;position:relative;"> <a is="emby-linkbutton" class="button-link" href="https://emby.media" target="_blank" style="margin: 0 .7em;">Emby</a> <a is="emby-linkbutton" class="button-link" href="https://emby.media/community" target="_blank" style="margin: 0 .7em;">${LinkCommunity}</a> <a is="emby-linkbutton" class="button-link" href="https://github.com/MediaBrowser" target="_blank" style="margin: 0 .7em;">${LinkGithub}</a> <a is="emby-linkbutton" class="button-link swaggerLink" target="_blank" href="#" style="margin: 0 .7em;">${LinkApi}</a> </div> <div class="scrollSlider flex-grow padded-top-page sections"> </div> <div class="padded-bottom-page"></div> </div> </div> <div class="tabContent flex flex-grow" data-index="1" style="overflow: hidden;"> <div is="emby-scroller" data-horizontal="false" data-centerfocus="true" data-navcommands="card" data-forcescrollbar="true" class="scrollFrameY flex flex-direction-column flex-grow focuscontainer-down" data-bindheader="true"> <div class="scrollSlider flex-grow padded-top-page sections"> </div> <div class="padded-bottom-page"></div> </div> </div> </div> good
lsfranco 2 Posted June 6, 2024 Posted June 6, 2024 the code provied doenst work on chrome. Only Firefox.
Happy2Play 9441 Posted June 6, 2024 Posted June 6, 2024 1 hour ago, lsfranco said: the code provied doenst work on chrome. Only Firefox. Works just fine but every major release usually has core code changes so everyone that does customs css has to adjust with it.
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