chore: tweak paddings

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

View File

@ -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 {

View File

@ -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;