File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 });
1616 </script >
1717<header
18- class =" flex items-center z-50 space-x-2 justify-between pr-1 md:pr-3 pl-3 min-h-12 shadow-lg m-3 mb-0 rounded sticky top-3" >
18+ class =" flex items-center z-50 space-x-2 justify-between pr-2 px-4 min-h-14 shadow-lg m-3 rounded sticky top-3" >
1919 {@render title ()}
2020 <div class =" grow-0" ></div >
2121 {@render actions ()}
Original file line number Diff line number Diff line change 131131<AppBar tabTitle ={$t ` Dictionaries ` }>
132132 {#snippet title ()}
133133 <div class =" text-lg flex gap-2 items-center" >
134- <Icon onclick ={clickIcon } src ={mode .current === ' dark' ? logoLight : logoDark } alt ={$t ` Lexbox logo ` }/>
134+ <Icon onclick ={clickIcon } src ={mode .current === ' dark' ? logoLight : logoDark } class = "size-8" alt ={$t ` Lexbox logo ` }/>
135135 <h3 >{$t ` Dictionaries ` }</h3 >
136136 </div >
137137 {/ snippet }
You can’t perform that action at this time.
0 commit comments