mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
Merge pull request #27941 from nextcloud/backport/27867/stable20
[stable20] fix newfileMenu on public page
This commit is contained in:
commit
82cf1dd14d
1 changed files with 2 additions and 3 deletions
|
|
@ -758,15 +758,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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue