Skip to content

Commit

Permalink
fix: modal bottom help links inaccessible on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgurney committed Oct 30, 2024
1 parent e136a96 commit 4bd36d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1643,4 +1643,7 @@ input[type="text"].note-toolbar-setting-error {
padding-bottom: var(--size-4-5);
padding-inline-start: var(--size-4-5);
padding-inline-end: var(--size-4-5);
.is-phone & {
padding-bottom: var(--size-4-12);
}
}
3 changes: 3 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2448,4 +2448,7 @@ input[type="text"].note-toolbar-setting-error {
padding-bottom: var(--size-4-5);
padding-inline-start: var(--size-4-5);
padding-inline-end: var(--size-4-5);
.is-phone & {
padding-bottom: var(--size-4-12);
}
}

0 comments on commit 4bd36d5

Please sign in to comment.