Skip to content

Commit d242faa

Browse files
committed
Updates for top status bar
1 parent 9120e23 commit d242faa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/theme/styles/global.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
scrollbar-color: var(--theme-navpanel-divider) transparent;
7878
scrollbar-width: none;
7979
--body-font-size: .875rem;
80-
--status-bar-height: 36px;
80+
--status-bar-height: 42px;
8181
--status-bar-normal-height: 36px;
8282
--panel-aside-width: 25rem; // 20rem;
8383
--font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto;

packages/ui/src/components/internal/Root.svelte

+2
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,8 @@
280280
font-size: 0.75rem;
281281
line-height: 150%;
282282
background-color: var(--theme-statusbar-color);
283+
margin: var(--spacing-2) var(--spacing-2) 0 var(--spacing-2);
284+
border-radius: var(--medium-focus-BorderRadius);
283285
// border-bottom: 1px solid var(--theme-navpanel-divider);
284286
285287
.history-box {

0 commit comments

Comments
 (0)