File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 }
1616 </script >
1717
18- <div class =" flex items-center gap-2" >
19- <span class =" text-xs text-surface-600-400 hidden sm:block" >
18+ <div class =" flex items-center gap-2.5 min-h-10 py-1 " >
19+ <span class =" text-xs text-surface-600-400 hidden sm:block shrink-0 " >
2020 {checked ? ' Dark' : ' Light' }
2121 </span >
22- <Switch {checked } {onCheckedChange }>
22+ <Switch class = "shrink-0" {checked } {onCheckedChange }>
2323 <Switch .Control >
2424 <Switch .Thumb />
2525 </Switch .Control >
Original file line number Diff line number Diff line change 11<script lang =" ts" >
2+ import { Menu , Portal } from ' @skeletonlabs/skeleton-svelte' ;
3+
24 const themes = [
35 { value: ' lucid' , label: ' Lucid' },
46 { value: ' cerberus' , label: ' Cerberus' },
3133 </script >
3234
3335<select
34- class =" select text -sm preset-tonal-surface rounded-base px-2 py-1 cursor-pointer "
36+ class =" btn btn -sm preset-tonal-surface"
3537 value ={selected }
3638 onchange ={onChange }
3739>
Original file line number Diff line number Diff line change 6969 <AppBar .Lead >
7070 <a
7171 href =" {base }/"
72- class =" flex items-center gap-2 rounded-container preset-tonal-surface hover:preset-filled-surface-100-900 px-1 py-0.5 - ml-1 shrink-0"
72+ class =" flex items-center gap-2 py-1 - ml-1 shrink-0 min-h-10 "
7373 >
7474 <img
7575 src =" {base }/lucid_logo.svg"
8383 </AppBar .Lead >
8484 <AppBar .Headline />
8585 <AppBar .Trail >
86- <div class =" flex items-center gap-3" >
86+ <div class =" flex items-center gap-2 sm:gap- 3" >
8787 <ThemePicker />
8888 <LightSwitch />
8989 </div >
You can’t perform that action at this time.
0 commit comments