add configurable encoding params
This commit is contained in:
parent
cb4d1e1643
commit
3842bf80e6
13 changed files with 119 additions and 35 deletions
|
@ -86,11 +86,6 @@
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
.dashboardDocument .libraryMenuButtonText {
|
||||
font-size: 125%;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.dashboardDocument .mainDrawerPanelContent {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
|
@ -87,7 +87,6 @@
|
|||
align-items: center;
|
||||
margin-left: .75em;
|
||||
font-size: 108%;
|
||||
|
||||
/* Avoid pushing right header off the screen */
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
@ -103,6 +102,7 @@
|
|||
height: 50px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.hiddenViewMenuBar .viewMenuBar {
|
||||
|
@ -123,6 +123,10 @@
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.emby-tabs {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.ui-body-b .libraryViewNav {
|
||||
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),1px 5px 1px rgba(0,0,0,.12);
|
||||
position: fixed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue