Skip to content

Commit 4fce36f

Browse files
committed
fix newfileMenu on public page
Signed-off-by: szaimen <szaimen@e.mail.de>
1 parent 11739ce commit 4fce36f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/files/css/files.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,7 @@ table.dragshadow td.size {
774774
.newFileMenu {
775775
font-weight: 300;
776776
top: 100%;
777+
left: 35px !important;
777778
margin-top: 4px;
778779
min-width: 100px;
779780
margin-left: 22px; /* Align left edge below center of + button … */
@@ -782,7 +783,7 @@ table.dragshadow td.size {
782783

783784
/* Center triangle */
784785
&::after {
785-
left: calc(50% - 8px) !important;
786+
left: calc(50% - 43px) !important;
786787
}
787788
}
788789

0 commit comments

Comments
 (0)