diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93ba988..546ddf9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The "Next Iteration" eyebrow on the Home hero now uses the primary text
colour (white in Dark theme) instead of the muted secondary grey.
+### Fixed
+- Title-bar contents (hamburger, app icon and name, search box, CLI switcher)
+ and the system caption buttons now share one vertical midline — the caption
+ buttons previously hugged the top of the bar.
+
## [0.1.0] - 2026-06-01
### Added
diff --git a/src/Snipdeck.App/MainWindow.xaml b/src/Snipdeck.App/MainWindow.xaml
index 6bb6411..e7c2282 100644
--- a/src/Snipdeck.App/MainWindow.xaml
+++ b/src/Snipdeck.App/MainWindow.xaml
@@ -36,18 +36,25 @@
BorderThickness="0"
Width="40"
Height="40"
+ VerticalAlignment="Center"
ToolTipService.ToolTip="Toggle navigation">
+
+ Margin="4,0,0,0"
+ Translation="0,-1,0" />
+ Margin="4,0,0,0"
+ Translation="0,-1,0" />