Skip to content

Commit

Permalink
address review
Browse files Browse the repository at this point in the history
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 Apr 11, 2022
1 parent be525dc commit 584d1c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/firstrunwizard-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/firstrunwizard-main.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -237,13 +237,14 @@
}
}
// fix button position on mobile (so that they don't overlap with text)
// Fix button position on mobile (so that they don't overlap with text)
.modal-mask .modal-wrapper {
.next, .prev {
top: 220px;
align-items: start;
}
// Make buttons edgy on mobile which looks better
.icon-next, .icon-previous {
border-radius: 0px !important;
}
Expand Down

0 comments on commit 584d1c9

Please sign in to comment.