reduce default padding on notes

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

View File

@ -2,9 +2,12 @@
margin-bottom: 24px;
border-radius: 16px;
background-color: var(--note-bg);
padding: 24px;
padding: 12px;
min-height: 110px;
}
@media (min-width: 720px) {
.note { padding: 24px; }
}
.note.thread {
border-bottom: none;