[UI] Add Language to Manual Import, Fix Posters,Banners

This commit is contained in:
Qstick
2017-09-17 16:39:13 -04:00
parent 25eef250a4
commit 48d31523a5
19 changed files with 325 additions and 30 deletions
@@ -1,5 +1,5 @@
.header {
z-index: 2;
z-index: 3;
display: flex;
align-items: center;
flex: 0 0 auto;
@@ -19,13 +19,13 @@
.sidebarContainer {
position: fixed;
top: 0;
z-index: 1;
z-index: 2;
height: 100vh;
}
.sidebar {
position: fixed;
z-index: 1;
z-index: 2;
overflow-y: auto;
width: 100%;
height: 100%;