adjust note spacing

This commit is contained in:
Alejandro Gomez 2023-01-19 12:43:22 +01:00
parent 5de4201fe1
commit d161d92f31
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -1,12 +1,12 @@
.note { .note {
margin-bottom: 24px; margin-bottom: 12px;
border-radius: 16px; border-radius: 16px;
background-color: var(--note-bg); background-color: var(--note-bg);
padding: 12px; padding: 12px;
min-height: 110px; min-height: 110px;
} }
@media (min-width: 720px) { @media (min-width: 720px) {
.note { padding: 24px; } .note { margin-bottom: 24px; padding: 24px; }
} }
.note.thread { .note.thread {
@ -45,13 +45,19 @@
.note > .footer { .note > .footer {
display: flex; display: flex;
flex-direction: row-reverse; flex-direction: row-reverse;
margin-top: 24px; margin-top: 12px;
} }
.note > .note-creator { .note > .note-creator {
margin-top: 24px; margin-top: 12px;
} }
@media (min-width: 720px) {
.note > .footer { margin-top: 24px; }
.note > .note-creator { margin-top: 24px; }
}
.thread.note { .thread.note {
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;