File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 </script >
1010
1111<div
12- class =" overflow-y-auto p-4 [scrollbar-color:_var (--scrollbar-thumb)_var(--scrollbar-track)] [scrollbar-gutter:stable]"
12+ class =" overflow-y-auto p-4 [scrollbar-color:var (--scrollbar-thumb)_var(--scrollbar-track)] [scrollbar-gutter:stable]"
1313>
1414 {@render children ()}
1515</div >
Original file line number Diff line number Diff line change 77 </script >
88
99{#if horizontal }
10- <div class =" bg-border w-[1px] " ></div >
10+ <div class =" bg-border w-px " ></div >
1111{:else }
12- <div class =" bg-border h-[1px] " ></div >
12+ <div class =" bg-border h-px " ></div >
1313{/if }
Original file line number Diff line number Diff line change 1717 </select >
1818 </div >
1919
20- <div class =" bg-border hidden h-9 w-[1px] xl:block" ></div >
20+ <div class =" bg-border hidden h-9 w-px xl:block" ></div >
2121 <div class =" flex flex-col gap-4 sm:flex-row" >
2222 <div >
2323 <label for =" preview-mode" class =" sr-only" > Select preview mode </label >
2727 </select >
2828 </div >
2929
30- <div class =" bg-border hidden h-9 w-[1px] sm:block" ></div >
30+ <div class =" bg-border hidden h-9 w-px sm:block" ></div >
3131 <div class =" flex items-center gap-4" >
3232 <span class ="btn-outline pointer-events-none" >{image .width }x{image .height }</span >
3333
34- <div class =" bg-border h-9 w-[1px] " ></div >
34+ <div class =" bg-border h-9 w-px " ></div >
3535 <span class ="btn-outline pointer-events-none" >{prettyBytes (image .file .size )}</span >
3636 </div >
3737 </div >
You can’t perform that action at this time.
0 commit comments