Skip to content

Commit

Permalink
Merge pull request #369 from nextmcloud/nmc/3392-align-icon-with-inpu…
Browse files Browse the repository at this point in the history
…t-for-files-move-dialog

Align search input with icon in files move-copy modal
  • Loading branch information
psawalka authored Sep 18, 2024
2 parents 3e4d60d + 16993f1 commit 6c1aa95
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions css/apps/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,15 @@ table.files-filestable {
}

/*------------------------------------ v28 - specific styling ------------------------------------*/
#body-user {
// files modal search input
.modal-mask.dialog__modal {
& .modal-wrapper.modal-wrapper--large input {
padding-left: 2.5rem;
}
}
}


#app-content-vue {
.files-list__header {
Expand Down Expand Up @@ -374,7 +383,10 @@ table.files-filestable {
@include files-table-columns-v28;
}

&row-mtime, &row-size, &row-trashbin-original-location, &row-trashbin-deleted {
&row-mtime,
&row-size,
&row-trashbin-original-location,
&row-trashbin-deleted {
min-width: 140px;
text-align: right;

Expand Down Expand Up @@ -470,8 +482,8 @@ table.files-filestable {
}

&.files-list__row-mtime,
&.files-list__row-size,
&.files-list__row-trashbin-original-location,
&.files-list__row-size,
&.files-list__row-trashbin-original-location,
&.files-list__row-trashbin-deleted,
&.column-last {
min-width: 140px;
Expand Down

0 comments on commit 6c1aa95

Please sign in to comment.