File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/platform/assets/components Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1313 :tabindex =" loading ? -1 : 0"
1414 :class ="
1515 cn(
16- 'flex flex-col overflow-hidden aspect-[100/120] cursor-pointer p-2 transition-colors duration-200 rounded-lg',
17- 'gap-1 select-none group',
16+ 'flex flex-col overflow-hidden cursor-pointer p-2 transition-colors duration-200 rounded-lg',
17+ 'gap-2 select-none group',
1818 selected
1919 ? 'ring-3 ring-inset ring-modal-card-border-highlighted'
2020 : 'hover:bg-modal-card-background-hovered'
5151 v-if =" showActionsOverlay"
5252 class =" absolute top-2 left-2 flex flex-wrap justify-start gap-2"
5353 >
54- <IconGroup >
54+ <IconGroup class = " !bg-white " >
5555 <Button
5656 size =" icon"
57+ class =" !bg-white !text-gray-600"
5758 :aria-label =" $t('mediaAsset.actions.zoom')"
5859 @click.stop =" handleZoomClick"
5960 >
6061 <i class =" icon-[lucide--zoom-in] size-4" />
6162 </Button >
6263 <Button
6364 size =" icon"
65+ class =" !bg-white !text-gray-600"
6466 :aria-label =" $t('mediaAsset.actions.moreOptions')"
6567 @click.stop =" handleContextMenu"
6668 >
You can’t perform that action at this time.
0 commit comments