diff --git a/src/element/Note.css b/src/element/Note.css index 5b9e5f305..85c87c432 100644 --- a/src/element/Note.css +++ b/src/element/Note.css @@ -2,8 +2,8 @@ margin-bottom: 10px; border-radius: 10px; background-color: var(--note-bg); - padding: 20px; - min-height: 120px; + padding: 10px 10px 8px 10px; + min-height: 110px; } .note.thread { diff --git a/src/index.css b/src/index.css index a8f9ecbd0..e3c8a075d 100644 --- a/src/index.css +++ b/src/index.css @@ -349,8 +349,7 @@ body.scroll-lock { @media(max-width: 720px) { .page { - width: calc(100vw - 20px); - margin: 0 10px; + width: calc(100vw - 8px); } div.form-group { flex-direction: column;