Skip to content

Commit 6226765

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 6226765

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

apps/files/css/files.scss

Lines changed: 7 additions & 1 deletion
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

@@ -872,7 +878,7 @@ table.dragshadow td.size {
872878

873879
/* Center triangle */
874880
&::after {
875-
left: 74px !important;
881+
left: 84px !important;
876882
}
877883
}
878884

0 commit comments

Comments
 (0)