chore: tweak paddings

This commit is contained in:
2023-01-18 22:11:31 +00:00
parent 621bb5f6ee
commit 99b59ee443
2 changed files with 3 additions and 4 deletions

View File

@ -2,8 +2,8 @@
margin-bottom: 10px; margin-bottom: 10px;
border-radius: 10px; border-radius: 10px;
background-color: var(--note-bg); background-color: var(--note-bg);
padding: 20px; padding: 10px 10px 8px 10px;
min-height: 120px; min-height: 110px;
} }
.note.thread { .note.thread {

View File

@ -349,8 +349,7 @@ body.scroll-lock {
@media(max-width: 720px) { @media(max-width: 720px) {
.page { .page {
width: calc(100vw - 20px); width: calc(100vw - 8px);
margin: 0 10px;
} }
div.form-group { div.form-group {
flex-direction: column; flex-direction: column;