Skip to content

Commit

Permalink
stylish onboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
eldertek committed Dec 29, 2024
1 parent 36a4405 commit 1acb323
Show file tree
Hide file tree
Showing 10 changed files with 1,095 additions and 671 deletions.
2 changes: 1 addition & 1 deletion js/duplicatefinder-main.js

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion src/components/DuplicateNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export default {
}
.bulk-delete-container {
padding: 10px;
padding: 4px 10px;
border-bottom: 1px solid var(--color-border);
}
Expand All @@ -284,4 +284,14 @@ export default {
padding: 10px;
font-weight: normal;
}
/* Ajustement de la marge de la barre de recherche */
:deep(.search-container) {
margin: 0.5rem 0;
}
/* Ajustement de l'espacement des éléments de navigation */
:deep(.app-navigation-entry) {
padding: 3px 0;
}
</style>
Loading

0 comments on commit 1acb323

Please sign in to comment.