Skip to content

Commit

Permalink
Merge pull request #27942 from nextcloud/backport/27867/stable22
Browse files Browse the repository at this point in the history
[stable22] fix newfileMenu on public page
  • Loading branch information
szaimen authored Jul 13, 2021
2 parents f9e2799 + 65e9c67 commit 49d7a7b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -774,15 +774,14 @@ table.dragshadow td.size {
.newFileMenu {
font-weight: 300;
top: 100%;
left: -48px !important;
margin-top: 4px;
min-width: 100px;
margin-left: 22px; /* Align left edge below center of + button … */
transform: translateX(-50%); /* … then center it below button */
z-index: 1001;

/* Center triangle */
&::after {
left: calc(50% - 8px) !important;
left: 57px !important;
}
}

Expand Down

0 comments on commit 49d7a7b

Please sign in to comment.