padding tweaks
This commit is contained in:
parent
8cb3a25245
commit
a0720231a8
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue