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>
  • Loading branch information
szaimen committed Aug 16, 2023
1 parent 3c43ff6 commit 404b1b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/files/css/files.scss
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

0 comments on commit 404b1b6

Please sign in to comment.