Skip to content

Commit

Permalink
try to fix regression with public file upload button
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
szaimen committed Aug 16, 2023
1 parent 5c521da commit 4c1d0b6
Showing 1 changed file with 7 additions and 1 deletion.
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 @@ -858,7 +864,7 @@ table.dragshadow td.size {

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

Expand Down

0 comments on commit 4c1d0b6

Please sign in to comment.