mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 08:29:10 -05:00
Center dialog new file menu
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
a56f8f3802
commit
4ec24bfeb5
6 changed files with 9 additions and 12 deletions
|
|
@ -733,9 +733,8 @@ code {
|
|||
|
||||
.dirtree {
|
||||
flex-wrap: wrap;
|
||||
padding-left: 12px;
|
||||
padding-right: 0px;
|
||||
box-sizing: border-box;
|
||||
padding-right: 140px;
|
||||
|
||||
div:first-child a {
|
||||
background-image: var(--icon-home-000);
|
||||
|
|
@ -810,12 +809,11 @@ code {
|
|||
}
|
||||
|
||||
.menu {
|
||||
top:100%;
|
||||
margin:10px;
|
||||
margin-left: 1px;
|
||||
top: 100%;
|
||||
margin-top: 10px;
|
||||
form {
|
||||
display:flex;
|
||||
margin:10px;
|
||||
display: flex;
|
||||
margin: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
2
core/js/dist/login.js.map
vendored
2
core/js/dist/login.js.map
vendored
File diff suppressed because one or more lines are too long
2
core/js/dist/main.js
vendored
2
core/js/dist/main.js
vendored
File diff suppressed because one or more lines are too long
2
core/js/dist/main.js.map
vendored
2
core/js/dist/main.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -358,7 +358,6 @@ const Dialogs = {
|
|||
$form.submit()
|
||||
})
|
||||
|
||||
|
||||
/**
|
||||
* Checks whether the given file name is valid.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
color: var(--color-text-light);
|
||||
border-radius: var(--border-radius-large);
|
||||
box-shadow: 0 0 30px var(--color-box-shadow);
|
||||
padding: 15px;
|
||||
padding: 24px;
|
||||
z-index: 10000;
|
||||
font-size: 100%;
|
||||
box-sizing: border-box;
|
||||
|
|
|
|||
Loading…
Reference in a new issue