Commit c422a30
fix(ui): stop marketplace sidebar padding shift at 1023px (#27119)
* fix(ui): stop marketplace sidebar padding shift at 1023px
The core NavList uses `tw:px-2 tw:lg:px-4`, causing an 8px horizontal
jump as the viewport crosses Tailwind's lg (1024px) breakpoint. Override
the padding from the marketplace Sidebar consumer with a constant
`tw:px-4` so nav items stay put on resize.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix(ui): cap expanded sidebar brand logo at 150px
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Siddhant <siddhant@MacBook-Pro-457.local>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 65effdb commit c422a30
File tree
1 file changed
+7
-3
lines changed- openmetadata-ui/src/main/resources/ui/src/components/Sidebar
1 file changed
+7
-3
lines changedLines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
116 | 120 | | |
117 | 121 | | |
118 | 122 | | |
119 | | - | |
| 123 | + | |
120 | 124 | | |
121 | 125 | | |
122 | 126 | | |
| |||
0 commit comments