Skip to content

Commit

Permalink
Center dialog new file menu
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
szaimen authored and nextcloud-command committed Mar 9, 2022
1 parent 60041e6 commit 6982bf2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 12 deletions.
12 changes: 5 additions & 7 deletions core/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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;
}
}

Expand Down
2 changes: 1 addition & 1 deletion core/js/dist/login.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/js/dist/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/js/dist/main.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion core/src/OC/dialogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ const Dialogs = {
$form.submit()
})


/**
* Checks whether the given file name is valid.
*
Expand Down
2 changes: 1 addition & 1 deletion core/src/jquery/css/jquery.ocdialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6982bf2

Please sign in to comment.