Skip to content

Commit

Permalink
Intro skip redesign, Logo-less items fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiniGandhi committed Jun 16, 2022
1 parent 3fd06cb commit eb34fcc
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 0 deletions.
24 changes: 24 additions & 0 deletions latest/JellyTheme-Cleaner.css
Original file line number Diff line number Diff line change
Expand Up @@ -2577,3 +2577,27 @@ width:18vw;
.playstatebutton-icon-played {
color: var(--accent) !important;
}

.skipIntro {
padding: 0 1px !important;
position: absolute !important;
right: -3vw !important;
padding-right: 4vw !important;
top: 77vh !important;
font-size: 1vw !important;
background-color: #000000de !important;
border-radius: 1rem !important;
}

.skipIntro:hover {
outline: 3px solid var(--accent) !important;
}


html:not(.layout-mobile) .detailLogo.hide {
margin-bottom: -26vh;
}

html:not(.layout-mobile) .verticalSection[data-type="Movie"] {
margin-top: -33vh;
}
24 changes: 24 additions & 0 deletions latest/JellyTheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2557,3 +2557,27 @@ width:18vw;
.playstatebutton-icon-played {
color: var(--accent) !important;
}

.skipIntro {
padding: 0 1px !important;
position: absolute !important;
right: -3vw !important;
padding-right: 4vw !important;
top: 77vh !important;
font-size: 1vw !important;
background-color: #000000de !important;
border-radius: 1rem !important;
}

.skipIntro:hover {
outline: 3px solid var(--accent) !important;
}


html:not(.layout-mobile) .detailLogo.hide {
margin-bottom: -26vh;
}

html:not(.layout-mobile) .verticalSection[data-type="Movie"] {
margin-top: -33vh;
}
39 changes: 39 additions & 0 deletions latest/PersonalExtras.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ content:"HDR"!important
a.lnkDisplayPreferences.listItem-border.emby-button {
display: block!important;
}
#displayPreferencesPage h2.sectionTitle {
display: none;
}

/*------------------SLIMMER LOGS------------------*/
span.listItemIcon.material-icons.notifications {
Expand All @@ -55,6 +58,7 @@ span.listItemIcon.material-icons.notifications {
padding: 0 !important;
}

/*------------------EXTRAS------------------*/
.layout-mobile .dashboardSections {
grid-auto-columns: auto;
max-width: 82vw;
Expand All @@ -67,3 +71,38 @@ span.listItemIcon.material-icons.notifications {
.layout-mobile #serverName, #versionNumber, #operatingSystem {
margin-bottom: -1.5vh;
}

.layout-desktop .trackSelections {
margin-top:-13vh;
}

.btnNextChapter {
display: none !important;
}
.btnPreviousChapter {
display: none !important;
}
.actionSheetMenuItem[data-id=aspectratio] {
display: none !important;
}
.actionSheetMenuItem[data-id=playbackrate] {
display: none !important;
}
.actionSheetMenuItem[data-id=repeatmode] {
display: none !important;
}
.actionSheetMenuItem[data-id=60000000] {
display: none !important;
}
.actionSheetMenuItem[data-id=40000000] {
display: none !important;
}
.actionSheetMenuItem[data-id=20000000] {
display: none !important;
}
.actionSheetMenuItem[data-id=15000000] {
display: none !important;
}
.listItemAside.actionSheetItemAsideText {
display: none;
}

0 comments on commit eb34fcc

Please sign in to comment.