diff --git a/README.md b/README.md index 650bc20c2..39f7e9a04 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ In desktop mode and server mode: ## Install -Install instructions are available [here](https://github.com/multiprocessio/datastation-documentation/blob/main/0.3.0/Installation.md). +Install instructions are available [here](https://datastation.multiprocess.io/docs/0.3.0/Installation.html). ## Documentation diff --git a/ui/style.css b/ui/style.css index 75f154115..f796f50f6 100644 --- a/ui/style.css +++ b/ui/style.css @@ -45,6 +45,7 @@ a:hover { .main-body { flex: 1; overflow-y: auto; + min-width: 900px; } header { @@ -343,7 +344,7 @@ label.select select { border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; background: white; - width: 350px; + min-width: 350px; background: #fbfbfb; padding: 15px; max-height: 100%; @@ -351,7 +352,7 @@ label.select select { } .sidebar--collapsed { - width: initial; + min-width: initial; } .connector-group { @@ -435,7 +436,6 @@ label.select select { } .panel { - min-width: 900px; background: white; border: 1px solid #ccc; margin: 15px; @@ -1027,10 +1027,10 @@ body.dark { background: #999; } - .sidebar { + .sidebar, + .project-name { background: #31314e; - border-right-color: black; - border-bottom-color: black; + border-color: black; } .server, @@ -1045,4 +1045,8 @@ body.dark { border-color: black; box-shadow: 0 1px 3px 0 #111; } + + .project-existing { + border-color: black; + } }