There was an error while loading. Please reload this page.
1 parent 11739ce commit 1decdc9Copy full SHA for 1decdc9
1 file changed
apps/files/css/files.scss
@@ -774,6 +774,7 @@ table.dragshadow td.size {
774
.newFileMenu {
775
font-weight: 300;
776
top: 100%;
777
+ left: 40px !important;
778
margin-top: 4px;
779
min-width: 100px;
780
margin-left: 22px; /* Align left edge below center of + button … */
@@ -782,7 +783,7 @@ table.dragshadow td.size {
782
783
784
/* Center triangle */
785
&::after {
- left: calc(50% - 8px) !important;
786
+ left: calc(50% - 48px) !important;
787
}
788
789
0 commit comments