chore: tweak paddings
This commit is contained in:
@ -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 {
|
||||||
|
@ -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;
|
||||||
|
Reference in New Issue
Block a user