Skip to content

Commit 8284e38

Browse files
committed
[chrome] defer internalpage unload until page (or error page) initializes
1 parent 706eb86 commit 8284e38

File tree

5 files changed

+15
-396
lines changed

5 files changed

+15
-396
lines changed

packages/chrome/src/App.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,10 @@ App.style = css`
7878
}
7979
.separator {
8080
color: var(--toolbar);
81+
position: relative;
82+
top: -1px;
8183
82-
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
83-
border-bottom: 1px solid var(--separator-color);
84+
/*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);*/
85+
border-top: 1px solid var(--text-15);
8486
}
8587
`;

0 commit comments

Comments
 (0)