Skip to content

Commit 8252d9e

Browse files
Refactor header styles for improved user experience
Reduced header height and adjusted badge styles for better UX.
1 parent 10f6eca commit 8252d9e

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

frontend/styles/header.css

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@
152152

153153
white-space: nowrap;
154154

155-
<<<<<<< codex/reduce-header-height-for-better-ux-d99l1w
156155
flex: 1 1 auto;
157156

158157
min-width: 0;
@@ -164,8 +163,6 @@
164163
align-items: baseline;
165164
gap: 6px;
166165
min-width: 0;
167-
=======
168-
>>>>>>> dev
169166
}
170167

171168

@@ -199,7 +196,6 @@
199196
.header-status-badge {
200197
display: none;
201198
align-items: center;
202-
<<<<<<< codex/reduce-header-height-for-better-ux-d99l1w
203199
min-height: 18px;
204200
padding: 1px 6px;
205201
border: 1px solid var(--color-warning-muted);
@@ -211,18 +207,6 @@
211207
line-height: 1.2;
212208
white-space: nowrap;
213209
flex-shrink: 0;
214-
=======
215-
min-height: 24px;
216-
padding: 2px 8px;
217-
border: 1px solid var(--color-warning-muted);
218-
border-radius: var(--radius-pill);
219-
color: var(--color-warning);
220-
background: color-mix(in srgb, var(--color-warning-muted) 60%, transparent);
221-
font-size: 11px;
222-
font-weight: 500;
223-
line-height: 1.2;
224-
white-space: nowrap;
225-
>>>>>>> dev
226210
}
227211

228212
body.read-only-mode .header-status-badge {

0 commit comments

Comments
 (0)