Skip to content

Commit 4c1d0b6

Browse files
committed
try to fix regression with public file upload button
Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent 5c521da commit 4c1d0b6

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

@@ -858,7 +864,7 @@ table.dragshadow td.size {
858864

859865
/* Center triangle */
860866
&::after {
861-
left: 74px !important;
867+
left: 84px !important;
862868
}
863869
}
864870

0 commit comments

Comments
 (0)