Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
16 changes: 10 additions & 6 deletions ui/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ a:hover {
.main-body {
flex: 1;
overflow-y: auto;
min-width: 900px;
}

header {
Expand Down Expand Up @@ -343,15 +344,15 @@ 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%;
overflow-y: hidden;
}

.sidebar--collapsed {
width: initial;
min-width: initial;
}

.connector-group {
Expand Down Expand Up @@ -435,7 +436,6 @@ label.select select {
}

.panel {
min-width: 900px;
background: white;
border: 1px solid #ccc;
margin: 15px;
Expand Down Expand Up @@ -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,
Expand All @@ -1045,4 +1045,8 @@ body.dark {
border-color: black;
box-shadow: 0 1px 3px 0 #111;
}

.project-existing {
border-color: black;
}
}