Fix a bug preventing reconnection in drive

This commit is contained in:
yflory
2017-02-01 17:21:54 +01:00
parent 89da142204
commit 65054119cf
4 changed files with 30 additions and 15 deletions

View File

@@ -180,6 +180,9 @@ span.fa-folder-open {
display: flex;
flex-flow: column;
}
#content.readonly {
background: #e6e6e6;
}
#content h1 {
padding-left: 10px;
margin-top: 10px;