fix: note creator mobile
Some checks failed
Release / tauri_release (macos-latest) (push) Has been cancelled
Release / tauri_release (ubuntu-20.04) (push) Has been cancelled
Release / tauri_release (windows-latest) (push) Has been cancelled
Release / app (push) Has been cancelled

This commit is contained in:
2023-10-21 22:26:04 +01:00
parent 63950f1e6b
commit c2991b8e26
6 changed files with 23 additions and 31 deletions

View File

@ -241,10 +241,7 @@ small {
line-height: 22px; /* 157.143% */
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
.button {
position: relative;
cursor: pointer;
padding: 10px 16px;
@ -257,6 +254,13 @@ button,
outline: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
@apply button;
}
.btn,
input,
select {
@ -809,7 +813,7 @@ button.tall {
}
}
.rta__textarea {
.note-creator-modal .rta__textarea {
/* Fix width calculation to account for 32px padding on input */
width: calc(100% - 32px) !important;
font-size: 15px !important;