aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/css/files.scss
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2023-08-16 18:21:11 +0200
committernextcloud-command <nextcloud-command@users.noreply.github.com>2023-08-16 16:54:38 +0000
commit372f9c9bad51a1e506231f34a7e2b15efebb87fe (patch)
treeb833011086db90fe837ed4caee46eccdc956c8bc /apps/files/css/files.scss
parent3c43ff67ea1dffb9c6ed7307ea70783d0f290ac5 (diff)
downloadnextcloud-server-372f9c9bad51a1e506231f34a7e2b15efebb87fe.tar.gz
nextcloud-server-372f9c9bad51a1e506231f34a7e2b15efebb87fe.zip
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>
Diffstat (limited to 'apps/files/css/files.scss')
-rw-r--r--apps/files/css/files.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index 64cdbdd1923..3f3a7c68626 100644
--- a/apps/files/css/files.scss
+++ b/apps/files/css/files.scss
@@ -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;
}
}
@@ -872,7 +878,7 @@ table.dragshadow td.size {
/* Center triangle */
&::after {
- left: 74px !important;
+ left: 84px !important;
}
}