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 { .note>.body {
margin-top: 4px; margin-top: 4px;
margin-bottom: 24px;
padding-left: 56px; padding-left: 56px;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: pre-wrap; white-space: pre-wrap;
@ -65,17 +66,6 @@
margin-left: 56px; margin-left: 56px;
} }
@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;

View File

@ -14,6 +14,12 @@ header {
padding: 0 12px; padding: 0 12px;
} }
@media (min-width: 720px) {
header {
padding: 0;
}
}
header .pfp .avatar-wrapper { header .pfp .avatar-wrapper {
margin-right: 0; margin-right: 0;
} }

View File

@ -88,7 +88,7 @@ code {
@media (min-width: 720px) { @media (min-width: 720px) {
.card { .card {
margin-bottom: 24px; margin-bottom: 16px;
padding: 12px 24px; padding: 12px 24px;
} }
} }