File tree Expand file tree Collapse file tree 2 files changed +7648
-2
lines changed Expand file tree Collapse file tree 2 files changed +7648
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ export function ContentSearch({ tracks }: { tracks: TrackPros[] }) {
126126 < kbd className = "bg-white/15 p-2 rounded-sm text-sm leading-3" > Ctrl + K</ kbd >
127127 </ div >
128128 < div className = "block md:hidden" >
129- < MagnifyingGlassIcon className = "size-4 " />
129+ < MagnifyingGlassIcon className = "size-6 " />
130130 </ div >
131131 </ div >
132132 < DialogContent className = "p-0 gap-0 max-w-2xl" >
@@ -144,7 +144,7 @@ export function ContentSearch({ tracks }: { tracks: TrackPros[] }) {
144144 < span className = "sr-only" > Close</ span >
145145 </ DialogClose >
146146 </ div >
147- < div className = "h-[400px] py-4 space-y-4 overflow-y-scroll" ref = { scrollableContainerRef } >
147+ < div className = "h-[300px] md:h-[ 400px] py-4 space-y-4 overflow-y-scroll" ref = { scrollableContainerRef } >
148148 { searchTracks . length > 0 &&
149149 searchTracks . map ( ( track , index ) => (
150150 < div key = { track . payload . problemId } className = { `p-2 ${ index === selectedIndex ? "bg-blue-600/20" : "" } ` } >
You can’t perform that action at this time.
0 commit comments