Skip to content

Commit 404b1b6

Browse files
committed
try to fix regression with public file upload button
Signed-off-by: Simon L <szaimen@e.mail.de>
1 parent 3c43ff6 commit 404b1b6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

apps/files/css/files.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232
flex: 1 1;
3333
.button:not(:last-child) {
3434
margin-right: 3px;
35+
width: unset;
36+
gap: 14px;
37+
background-color: var(--color-primary-element-light);
38+
color: var(--color-primary-element-light-text);
39+
border: unset;
40+
padding: 0px 20px;
3541
}
3642
}
3743

0 commit comments

Comments
 (0)