style changes + add desktop footer + add terms & stuff
This commit is contained in:
parent
bffae34b3e
commit
76b946d55c
13 changed files with 136 additions and 7 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue