Commit 31680dd
authored
🤖 fix: remove extra diff padding (#621)
## Summary
- only reserve bottom padding/controls when the diff actually overflows
so the file edit diff viewer no longer ends with a large black void
- reuse the overflow flag for both padding and expand affordance
visibility
## Testing
- make typecheck
_Generated with `mux`_1 parent 95ec5e0 commit 31680dd
File tree
1 file changed
+5
-2
lines changed1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
116 | | - | |
| 118 | + | |
| 119 | + | |
117 | 120 | | |
118 | 121 | | |
119 | 122 | | |
| |||
125 | 128 | | |
126 | 129 | | |
127 | 130 | | |
128 | | - | |
| 131 | + | |
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
| |||
0 commit comments