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

Commit

Permalink
Merge branch '1.0-final' of github.com:beakerbrowser/beaker into 1.0-…
Browse files Browse the repository at this point in the history
…final
  • Loading branch information
pfrazee committed Dec 1, 2020
2 parents 580dec2 + 9aa87b1 commit 5588385
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 5588385

Please sign in to comment.