padding tweaks

This commit is contained in:
Freeplay 2023-02-25 19:59:58 -05:00
parent 8cb3a25245
commit a0720231a8
1 changed files with 6 additions and 1 deletions

View File

@ -428,6 +428,10 @@ onUnmounted(() => {
> .article {
padding: 32px;
padding-bottom: 6px;
&:last-child {
padding-bottom: 24px;
}
font-size: 1.2em;
overflow: clip;
@ -581,7 +585,8 @@ onUnmounted(() => {
> .reply {
border-top: solid 0.5px var(--divider);
cursor: pointer;
padding-bottom: 4px;
padding-top: 24px;
padding-bottom: 10px;
@media (pointer: coarse) {
cursor: default;
}