some beta stuff
This commit is contained in:
parent
2c480909ee
commit
4eddd1a0c7
7 changed files with 82 additions and 9 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue