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