mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update nav drawer
This commit is contained in:
parent
1eb20e60b9
commit
a45d219c82
4 changed files with 10 additions and 6 deletions
|
@ -34,10 +34,10 @@ define(['jQuery'], function ($) {
|
||||||
dependencies.push('jqmcheckbox');
|
dependencies.push('jqmcheckbox');
|
||||||
dependencies.push('legacy/dashboard');
|
dependencies.push('legacy/dashboard');
|
||||||
dependencies.push('legacy/selectmenu');
|
dependencies.push('legacy/selectmenu');
|
||||||
|
dependencies.push('jqmcontrolgroup');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isPluginpage || (newView.classList && newView.classList.contains('type-interior'))) {
|
if (isPluginpage || (newView.classList && newView.classList.contains('type-interior'))) {
|
||||||
dependencies.push('jqmcontrolgroup');
|
|
||||||
dependencies.push('jqmlistview');
|
dependencies.push('jqmlistview');
|
||||||
dependencies.push('scripts/notifications');
|
dependencies.push('scripts/notifications');
|
||||||
}
|
}
|
||||||
|
|
|
@ -404,7 +404,11 @@ body:not(.dashboardDocument) .btnNotifications {
|
||||||
.adminDrawerPanel #drawer {
|
.adminDrawerPanel #drawer {
|
||||||
background: #fff !important;
|
background: #fff !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
border-right: 1px solid #e0e0e0;
|
}
|
||||||
|
|
||||||
|
.adminDrawerPanel:not([narrow]) #drawer {
|
||||||
|
z-index: 998!important;
|
||||||
|
top: 65px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.adminDrawerPanel .sidebarLink {
|
.adminDrawerPanel .sidebarLink {
|
||||||
|
@ -461,6 +465,10 @@ body:not(.dashboardDocument) .btnNotifications {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.adminDrawerPanel:not([narrow]) .adminDrawerLogo {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.adminDrawerLogo img {
|
.adminDrawerLogo img {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
|
@ -471,7 +479,6 @@ body:not(.dashboardDocument) .btnNotifications {
|
||||||
}
|
}
|
||||||
|
|
||||||
.adminDrawerPanel:not([narrow]) .libraryMenuButtonText {
|
.adminDrawerPanel:not([narrow]) .libraryMenuButtonText {
|
||||||
padding-left: 240px !important;
|
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,6 @@
|
||||||
<input type="text" id="PreventChromeAutocomplete" name="PreventChromeAutocomplete" autocomplete="address-level4" />
|
<input type="text" id="PreventChromeAutocomplete" name="PreventChromeAutocomplete" autocomplete="address-level4" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>${HeaderSubtitleDownloadingHelp}</p>
|
|
||||||
<br />
|
|
||||||
<div class="paperCheckboxListLabel">${HeaderDownloadSubtitlesFor}</div>
|
<div class="paperCheckboxListLabel">${HeaderDownloadSubtitlesFor}</div>
|
||||||
<div class="paperCheckboxList">
|
<div class="paperCheckboxList">
|
||||||
<paper-checkbox id="chkSubtitlesMovies">${OptionMovies}</paper-checkbox>
|
<paper-checkbox id="chkSubtitlesMovies">${OptionMovies}</paper-checkbox>
|
||||||
|
|
|
@ -827,7 +827,6 @@
|
||||||
"OptionEstimateContentLength": "Estimate content length when transcoding",
|
"OptionEstimateContentLength": "Estimate content length when transcoding",
|
||||||
"OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
|
"OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
|
||||||
"OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
|
"OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
|
||||||
"HeaderSubtitleDownloadingHelp": "When Emby scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
|
|
||||||
"HeaderDownloadSubtitlesFor": "Download subtitles for:",
|
"HeaderDownloadSubtitlesFor": "Download subtitles for:",
|
||||||
"MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
|
"MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
|
||||||
"LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains embedded subtitles",
|
"LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains embedded subtitles",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue