Skip to content

Commit

Permalink
Update file-upload.css
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Feb 24, 2022
1 parent ac1546f commit 21ee951
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/forms/resources/css/components/file-upload.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
@apply bg-gray-100;
}

/* compact only styles, excludes compact circle (avatar) */
/* Compact-only styles, excluding compact circle layouts */

.filepond--root[data-style-panel-layout="compact"] .filepond--item + .filepond--item {
.filepond--root[data-style-panel-layout='compact'] .filepond--item + .filepond--item {
@apply mt-0.5;
}

.filepond--root[data-style-panel-layout="compact"] .filepond--drop-label label {
.filepond--root[data-style-panel-layout='compact'] .filepond--drop-label label {
@apply text-sm;
}

.filepond--root[data-style-panel-layout="compact"] .filepond--drop-label {
.filepond--root[data-style-panel-layout='compact'] .filepond--drop-label {
min-height: 2.625em;
}

.filepond--root[data-style-panel-layout="compact"] .filepond--file {
.filepond--root[data-style-panel-layout='compact'] .filepond--file {
padding-top: 0.5em;
padding-bottom: 0.5em;
}

0 comments on commit 21ee951

Please sign in to comment.