loof2736 / scyfin

Custom theme for Jellyfin WebUI
GNU General Public License v3.0
213 stars 21 forks source link

forgot password button at a strange position #22

Closed Ewillian9 closed 2 months ago

Ewillian9 commented 2 months ago

So i got this issue but maybe it's due to other css modification

image

here my css

@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/scyfin-theme-backdrop.css'); @import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/episodelist/episodes_grid.css'); @import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/smallercast.css'); /remove My Media title/ .section0 .sectionTitle {display: none;}

/remove next up/ div.nextUpSection {display: none;}

/hide jellyfin logo/ .adminDrawerLogo img {content: url(imagepath) !important;} imgLogoIcon {content: url(imagepath) !important;} .pageTitleWithLogo {background-image: url(imagepath) !important;}

note that (imagepath) is intended, i want no logo, nothing, but maybe there's a more efficient way to do that.

loof2736 commented 2 months ago

On the backdrops version of the theme the "forgot password" button has a blur effect by mistake, so that will be fixed in the next release. However, I'm not able to replicate the issue of positioning, even with the rest of the CSS tweaks you included. Even with the extra CSS the button is still in the correct place for me. What browser are you using?

Ewillian9 commented 2 months ago

Thanks, i use firefox and chrome

edit: just checked again and now it's normal, in the right position, strange cuz i didn't changed anything