Skip to content

Commit

Permalink
IONOS(nc-vue-icons): remove folder-{open}-icon size increase
Browse files Browse the repository at this point in the history
font awesome folder icon does not need size increase

Signed-off-by: Misha M.-Kupriyanov <[email protected]>
  • Loading branch information
printminion-co committed Sep 10, 2024
1 parent dfccc4b commit ae474ec
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions apps/files/src/components/FilesListVirtual.vue
Original file line number Diff line number Diff line change
Expand Up @@ -537,16 +537,6 @@ export default defineComponent({
width: var(--icon-preview-size);
height: var(--icon-preview-size);
}
// Slightly increase the size of the folder icon
&.folder-icon,
&.folder-open-icon {
margin: -3px;
svg {
width: calc(var(--icon-preview-size) + 6px);
height: calc(var(--icon-preview-size) + 6px);
}
}
}
&-preview {
Expand Down

0 comments on commit ae474ec

Please sign in to comment.