Skip to content

Commit 2f6c855

Browse files
committed
FIXED: file transfer status was set to 'done' too early, even though transfer was not finished
UPDATED: apply a light dropshadow for non active sideview ADDED: logs to track down exit status bug
1 parent 534587e commit 2f6c855

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/css/main.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@ button.small:hover{
8686
content: "";
8787
}
8888

89+
#root .sideview:before{
90+
box-shadow: 0 0 2px 2px inset rgb(231, 236, 239);
91+
}
92+
93+
.bp3-dark #root .sideview:before{
94+
box-shadow: 0 0 2px 2px inset rgb(66, 84, 97);
95+
}
96+
8997
#root .sideview.active:before{
9098
box-shadow: 0 0 0px 2px inset rgba(19, 124, 189, 0.8);
9199
z-index:2;

0 commit comments

Comments
 (0)