add configurable encoding params

This commit is contained in:
Luke Pulverenti 2016-09-04 11:01:31 -04:00
parent cb4d1e1643
commit 3842bf80e6
13 changed files with 119 additions and 35 deletions

View file

@ -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;