Skip to content

Commit

Permalink
Merge pull request #39916 from nextcloud/enh/noid/fix-public-file-upl…
Browse files Browse the repository at this point in the history
…oad-button

try to fix regression with public file upload button
  • Loading branch information
susnux authored Aug 16, 2023
2 parents f85e751 + 372f9c9 commit 3ff9e72
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/files/css/files.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/files/css/files.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
flex: 1 1;
.button:not(:last-child) {
margin-right: 3px;
width: unset;
gap: 14px;
background-color: var(--color-primary-element-light);
color: var(--color-primary-element-light-text);
border: unset;
padding: 0px 20px;
}
}

Expand Down Expand Up @@ -872,7 +878,7 @@ table.dragshadow td.size {

/* Center triangle */
&::after {
left: 74px !important;
left: 84px !important;
}
}

Expand Down
2 changes: 1 addition & 1 deletion apps/files/css/merged.css

Large diffs are not rendered by default.

Loading

0 comments on commit 3ff9e72

Please sign in to comment.