style changes + add desktop footer + add terms & stuff

This commit is contained in:
Yusur 2025-11-21 10:15:50 +01:00
parent bffae34b3e
commit 76b946d55c
13 changed files with 136 additions and 7 deletions

View file

@ -81,12 +81,13 @@ let { title, id, content = '', to, votes, my_vote, comment_count } = post;
}
.message-stats {
position: absolute;
inset-inline-start: 0;
inset-inline-start: -6px;
top: 0;
width: 2em;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
margin-inline-end: 6px;
}
</style>