fix: card spacing

This commit is contained in:
Alejandro Gomez
2023-01-26 07:13:25 +01:00
parent 5fa7a57c9a
commit a27730c3d3
3 changed files with 8 additions and 12 deletions

View File

@ -27,6 +27,7 @@
.note>.body {
margin-top: 4px;
margin-bottom: 24px;
padding-left: 56px;
text-overflow: ellipsis;
white-space: pre-wrap;
@ -65,17 +66,6 @@
margin-left: 56px;
}
@media (min-width: 720px) {
.note>.footer {
margin-top: 24px;
}
.note>.note-creator {
margin-top: 24px;
}
}
.thread.note {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;