Skip to content

Commit 095bb05

Browse files
committed
fix(browser): compact ui
1 parent c078fcc commit 095bb05

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

addons/browser/src/renderer/BrowserPane.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ function openExternal() {
125125
flex: none;
126126
gap: 4px;
127127
padding: 8px;
128+
.form-action {
129+
width: 18px;
130+
height: 18px;
131+
font-size: 14px;
132+
}
128133
}
129134
.custom-url-form {
130135
display: flex;
@@ -143,8 +148,10 @@ function openExternal() {
143148
outline: none;
144149
}
145150
.page-url {
151+
display: flex;
146152
flex: 1;
147153
align-self: stretch;
154+
align-items: center;
148155
min-width: 0;
149156
font-size: 12px;
150157
white-space: nowrap;

0 commit comments

Comments
 (0)