fix crash when null source path

This commit is contained in:
Lachlan Kermode
2018-12-26 10:05:11 +01:00
parent ad69b1914b
commit 1bf022944a
3 changed files with 26 additions and 17 deletions

View File

@@ -47,7 +47,7 @@ $header-inset: 10px;
}
.mo-container {
background-color: rgba(239, 239, 239, 0.8);
background-color: rgba(239, 239, 239, 0.9);
max-width: $panel-width;
min-width: $panel-width;
max-height: $panel-height;