Skip to content

Commit

Permalink
Updates for top status bar
Browse files Browse the repository at this point in the history
  • Loading branch information
logicsec committed Dec 8, 2024
1 parent 9120e23 commit d242faa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
scrollbar-color: var(--theme-navpanel-divider) transparent;
scrollbar-width: none;
--body-font-size: .875rem;
--status-bar-height: 36px;
--status-bar-height: 42px;
--status-bar-normal-height: 36px;
--panel-aside-width: 25rem; // 20rem;
--font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto;
Expand Down
2 changes: 2 additions & 0 deletions packages/ui/src/components/internal/Root.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@
font-size: 0.75rem;
line-height: 150%;
background-color: var(--theme-statusbar-color);
margin: var(--spacing-2) var(--spacing-2) 0 var(--spacing-2);
border-radius: var(--medium-focus-BorderRadius);
// border-bottom: 1px solid var(--theme-navpanel-divider);
.history-box {
Expand Down

0 comments on commit d242faa

Please sign in to comment.