Skip to content

Commit 38d77ac

Browse files
committed
chore: improve actions header
1 parent fd5be54 commit 38d77ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/app/src/components/shared/item/ItemActionsToolbar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const actions = computed(() => {
1212
</script>
1313

1414
<template>
15-
<div class="flex items-center">
15+
<div class="flex items-center -mr-1">
1616
<UTooltip
1717
v-for="action in actions"
1818
:key="action.id"

src/app/src/pages/content.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const isFolderCreationInProgress = computed(() => context.actionInProgress.value
1414

1515
<template>
1616
<div class="flex flex-col">
17-
<div class="flex items-center justify-between gap-2 px-4 py-2 border-b-[0.5px] border-default bg-muted">
17+
<div class="flex items-center justify-between gap-2 px-4 py-1 border-b-[0.5px] border-default bg-muted/70">
1818
<ItemBreadcrumb />
1919
<ItemActionsToolbar />
2020
</div>

src/app/src/pages/media.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async function onFileDrop(event: DragEvent) {
2323

2424
<template>
2525
<div class="flex flex-col">
26-
<div class="flex items-center justify-between gap-2 px-4 py-2 border-b-[0.5px] border-default bg-muted">
26+
<div class="flex items-center justify-between gap-2 px-4 py-1 border-b-[0.5px] border-default bg-muted/70">
2727
<ItemBreadcrumb />
2828
<ItemActionsToolbar />
2929
</div>

0 commit comments

Comments
 (0)