Spacing in overlaps, sizing of comments
This commit is contained in:
parent
4eea41efbc
commit
3adc37a746
@ -51,7 +51,7 @@ eleventyComputed:
|
|||||||
<ol class="stack-md">
|
<ol class="stack-md">
|
||||||
{% for reply in post.comments.reply | reverse %}
|
{% for reply in post.comments.reply | reverse %}
|
||||||
|
|
||||||
<li class="sidebar items-center justify-between">
|
<li class="sidebar items-center">
|
||||||
<a href="{{ like.author.url }}" class="self-start" rel="noreferrer" target="_blank">
|
<a href="{{ like.author.url }}" class="self-start" rel="noreferrer" target="_blank">
|
||||||
<img src="{{ reply.author.avatars["96"] }}" alt="{{ reply.author.name }}" class="max-w-[4rem] box" />
|
<img src="{{ reply.author.avatars["96"] }}" alt="{{ reply.author.name }}" class="max-w-[4rem] box" />
|
||||||
</a>
|
</a>
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
.overlaps {
|
.overlaps {
|
||||||
gap: 0;
|
gap: 0;
|
||||||
|
row-gap: var(--space-size-2xs);
|
||||||
max-width: 30rem;
|
max-width: 30rem;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ footer {
|
|||||||
|
|
||||||
aside {
|
aside {
|
||||||
background-color: var(--color-slate-800);
|
background-color: var(--color-slate-800);
|
||||||
border: 5px solid var(--color-coolGray-600);
|
border: 5px solid var(--color-slate-600);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
max-width: 50ch;
|
max-width: 50ch;
|
||||||
|
Loading…
Reference in New Issue
Block a user