Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Add a little shadow to windows/unix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Dec 1, 2020
1 parent 59021cb commit 9aa87b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/fg/shell-window/tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,10 @@ ${spinnerCSS}
height: 34px;
}
.shell:not(.darwin) {
box-shadow: inset 0 2px 4px #0001;
}
.tabs {
display: flex;
padding: 0 18px 0 0;
Expand Down Expand Up @@ -450,7 +454,7 @@ ${spinnerCSS}
height: 30px;
width: 200px;
min-width: 0; /* HACK: https://stackoverflow.com/questions/38223879/white-space-nowrap-breaks-flexbox-layout */
background: var(--bg-color--background);
background: transparent;
transition: background 0.3s;
border-left: 1px solid var(--border-color--tab);
}
Expand Down

0 comments on commit 9aa87b1

Please sign in to comment.