fix: card spacing

This commit is contained in:
Alejandro Gomez 2023-01-26 07:13:25 +01:00
parent 5fa7a57c9a
commit a27730c3d3
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817
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;

View File

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

View File

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