Skip to content

Commit

Permalink
style: API UI prompt() made smaller on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgurney committed Jan 28, 2025
1 parent 998bc9b commit a3f7437
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1762,6 +1762,11 @@ input[type="text"].note-toolbar-setting-error,

.note-toolbar-ui-modal {
min-height: unset;
&.prompt {
.is-mobile & {
height: unset;
}
}
& .modal-header > .modal-title {
font-size: var(--font-ui-medium);
font-weight: var(--font-normal);
Expand Down
5 changes: 5 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2651,6 +2651,11 @@ input[type="text"].note-toolbar-setting-error,

.note-toolbar-ui-modal {
min-height: unset;
&.prompt {
.is-mobile & {
height: unset;
}
}
& .modal-header > .modal-title {
font-size: var(--font-ui-medium);
font-weight: var(--font-normal);
Expand Down

0 comments on commit a3f7437

Please sign in to comment.