some beta stuff

This commit is contained in:
biglyderv 2025-02-26 22:12:46 -05:00
parent 2c480909ee
commit 4eddd1a0c7
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
7 changed files with 82 additions and 9 deletions

View file

@ -42,6 +42,9 @@ body {
border-top-right-radius: 10px;
max-width: calc(100vw - 40px);
margin-bottom: 10px;
display: flex;
align-items: center;
}
.scroller {
@ -199,4 +202,12 @@ h1 {
.commentbox {
white-space: pre-wrap;
word-wrap: break-word;
}
.avatar-img {
width: 50px;
height: 50px;
margin-right: 8px;
border-radius: 15px;
object-fit: cover;
}