We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6345abe + e153514 commit 82cf1ddCopy full SHA for 82cf1dd
1 file changed
apps/files/css/files.scss
@@ -758,15 +758,14 @@ table.dragshadow td.size {
758
.newFileMenu {
759
font-weight: 300;
760
top: 100%;
761
+ left: -48px !important;
762
margin-top: 4px;
763
min-width: 100px;
- margin-left: 22px; /* Align left edge below center of + button … */
764
- transform: translateX(-50%); /* … then center it below button */
765
z-index: 1001;
766
767
/* Center triangle */
768
&::after {
769
- left: calc(50% - 8px) !important;
+ left: 57px !important;
770
}
771
772
0 commit comments