File tree Expand file tree Collapse file tree
resources/js/components/globals Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474 <tbody >
7575 <template v-for =" group in siteGroups " :key =" group .key " >
7676 <tr v-if =" hasNamedGroups" >
77- <td :colspan =" columnCount" class =" bg-gray-50 py-2! dark:bg-gray-800" >
77+ <td :colspan =" columnCount" class =" sticky top-[calc(--spacing(7)+1px)] z-(--z-index-above) bg-gray-50 py-2! dark:bg-gray-800" >
7878 <div class =" flex items-center gap-4 ps-1!" >
7979 <Checkbox
8080 v-if =" showOrigins "
9797 <td v-if =" showOrigins" class =" checkbox-column ps-3!" >
9898 <Checkbox
9999 size="sm"
100+ class="pt-2.5 "
100101 solo
101102 :model-value =" isSelected (site .handle )"
102103 :label =" __ (' Select :name' , { name: __ (site .name ) })"
103104 @update :model-value =" toggleSelection (site .handle , $event )"
104105 />
105106 </td >
106107 <td class =" grid-cell" >
107- <div class =" flex items-center gap-2" >
108+ <div class =" flex pt-2 items-center gap-2" >
108109 <Switch v-model =" site .enabled " />
109110 <Heading :text =" __ (site .name )" />
110111 </div >
You can’t perform that action at this time.
0 commit comments