Skip to content

Commit 8d99e7d

Browse files
committed
Header text has breathing room.
1 parent abf3e20 commit 8d99e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/herbie/HerbieUI.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ function HerbieUIInner() {
537537

538538
function myHeader() {
539539
return (
540-
<div className="header" style={{ backgroundColor: "var(--foreground-color)", color: "var(--background-color)", paddingLeft: "10px", paddingRight: "10px", alignItems: 'center'}}>
540+
<div className="header" style={{ backgroundColor: "var(--foreground-color)", color: "var(--background-color)", padding: "5px 10px", alignItems: 'center'}}>
541541
{/* removed header-top */}
542542
<div className="app-name">
543543
<img src="https://raw.githubusercontent.com/herbie-fp/odyssey/main/images/odyssey-icon.png" style={{ width: '20px', marginRight: '5px' }} alt="Odyssey Icon"></img>

0 commit comments

Comments
 (0)