Commit 9ff6bc9
fix(drawer): Match responsive header height on small screens (#113016)
Follow-up to #112898. The page-frame event drawer used header sizing
that no
longer matched the page header on smaller viewports, which made the
drawer
chrome look visibly off around the activity and event drawers.
Move the event drawer's responsive header sizing onto the shared event
drawer
container so the header row and navigator row inherit the same
page-frame
values. Keep the fixed-height navigator treatment scoped to page-frame
drawers
so non-page-frame drawers retain their previous spacing and shadow
behavior.
## Before / After
<table>
<tr>
<th>Before</th>
<th>After</th>
</tr>
<tr>
<td>
<img width="1119" height="872" alt="image"
src="https://github.com/user-attachments/assets/e7c99393-d05e-4a9f-a740-d55c62f706f8"
/>
</td>
<td>
<img width="1195" height="494" alt="image"
src="https://github.com/user-attachments/assets/cfdaa498-1ced-4426-9178-0d1524c665f1"
/>
</td>
</tr>
</table>
Closes
https://linear.app/getsentry/issue/DE-1145/drawer-header-is-misaligned-with-the-other-header-on-smaller-devices
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: OpenAI Codex <noreply@openai.com>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>1 parent 7e3195c commit 9ff6bc9
1 file changed
+46
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 | | |
10 | 16 | | |
11 | 17 | | |
| |||
31 | 37 | | |
32 | 38 | | |
33 | 39 | | |
34 | | - | |
| 40 | + | |
35 | 41 | | |
36 | 42 | | |
37 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
38 | 57 | | |
39 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
40 | 67 | | |
41 | 68 | | |
42 | | - | |
43 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
44 | 79 | | |
45 | 80 | | |
46 | 81 | | |
| |||
54 | 89 | | |
55 | 90 | | |
56 | 91 | | |
57 | | - | |
| 92 | + | |
58 | 93 | | |
59 | 94 | | |
60 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
61 | 98 | | |
62 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
63 | 103 | | |
64 | 104 | | |
65 | 105 | | |
| |||
0 commit comments