File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/routes/(authenticated) Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 118118 <ul class =" menu menu-lg p-0 w-full bg-base-100 text-base-content h-full" >
119119 <div class =" min-h-full overflow-y-auto" >
120120 <li
121- class =" dark:border-gray-600 border-y top-0 sticky z-10 bg-base-200 hover:bg-base-300"
121+ class =" dark:border-gray-600 border-y top-0 sticky z-10 bg-base-200 hover:bg-base-300 h-16 "
122122 >
123123 <div class =" flex flex-row flex-nowrap" >
124124 {#if data .organizations .length > 1 }
125125 <button
126- class =" rounded-none h-16 p-0 pl-2 cursor-pointer grow flex items-center"
126+ class =" rounded-none p-0 pl-2 cursor-pointer grow flex items-center"
127127 onclick ={() => (selectingOrg = ! selectingOrg )}
128128 >
129129 {@render orgDisplay (selectedOrg , ' font-bold text-sm' )}
You can’t perform that action at this time.
0 commit comments