-
Notifications
You must be signed in to change notification settings - Fork 56
Commit 9d1034f
committed
Use same logic to show corners on route indexes > 0
If we don't show the right corner when we default to show
the left corner, we end up with a [ flex 1 | flex 6 ] setup
where the title is centered "off-center" because of the uneven
flex total of 7. Forcing an empty default right corner gets us
back to [ flex 1 | flex 6 | flex 1 ] by default which gives
a truly centered nav title1 parent 763f2c6 commit 9d1034f
File tree
1 file changed
+1
-1
lines changed- components
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
205 | 205 |
| |
206 | 206 |
| |
207 | 207 |
| |
208 | - | ||
208 | + | ||
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
|
0 commit comments