feature: add drive on project

This commit is contained in:
Jean-Baptiste Pasquier
2019-06-05 11:45:41 +02:00
parent 89db25fa85
commit 6c2e57383b
5 changed files with 26 additions and 0 deletions

View File

@ -5,6 +5,7 @@
padding: 0;
height: calc(100vh - 84px);
position: relative;
overflow: hidden;
> sib-chat {
position: absolute;

View File

@ -92,6 +92,10 @@
&[name$='profile']>li {
@include ci('information');
}
&[name$='drive']>li {
@include ci('file');
}
}
}
}