Can now select from available projects and snippets to build import URL.

This commit is contained in:
Jason Croft
2016-05-12 11:19:14 -04:00
parent de998c4a0f
commit c16345ab12
4 changed files with 86 additions and 4 deletions

View File

@@ -328,6 +328,11 @@ div[contenteditable]:empty:not(:focus):before{
border-bottom: 1px solid #ccc;
}
.snippet-import-or {
text-align: center;
width: 100%;
}
.status-bar {
background: #1c1c1e;
border-top: 1px solid #343434;