chore: tweak paddings
This commit is contained in:
parent
621bb5f6ee
commit
99b59ee443
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user