diff --git a/ui/src/main.js b/ui/src/main.js
index b70af1f..79c66b1 100644
--- a/ui/src/main.js
+++ b/ui/src/main.js
@@ -444,16 +444,16 @@
accent
>
-
+
Refresh
@@ -581,7 +581,7 @@
@@ -598,8 +598,8 @@
-
-
+
+
@@ -647,14 +647,14 @@
title="Local Commit"
:meta="String(selectedCommitFiles.length) + ' selected'"
/>
-
+
diff --git a/ui/src/styles.css b/ui/src/styles.css
index f13a14d..5a7f139 100644
--- a/ui/src/styles.css
+++ b/ui/src/styles.css
@@ -49,10 +49,23 @@
padding-bottom: 2px;
}
+.gnb-shell .description-list {
+ max-width: none;
+}
+
+.gnb-shell .toolbar {
+ margin-bottom: 12px;
+}
+
+.gnb-shell .tabs-panels {
+ width: 100%;
+}
+
.gnb-status {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 48px;
+ justify-items: center;
margin: 24px 0;
}