Skip to content

Commit

Permalink
Merge pull request #27940 from nextcloud/backport/27867/stable21
Browse files Browse the repository at this point in the history
[stable21] fix newfileMenu on public page
  • Loading branch information
szaimen authored Jul 13, 2021
2 parents 7e446c3 + 3b0d17b commit ba99042
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 @@ -766,15 +766,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 ba99042

Please sign in to comment.