add pfps, some polish
This commit is contained in:
parent
351b9f2bc8
commit
85b3e55e3d
16 changed files with 142 additions and 230 deletions
|
@ -89,7 +89,7 @@ form {
|
|||
}
|
||||
|
||||
|
||||
.form-entry {
|
||||
.form-entry, textarea {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
@ -168,10 +168,6 @@ form {
|
|||
color: var(--dark-1);
|
||||
}
|
||||
|
||||
textarea {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.progressbar {
|
||||
background-color: var(--light-1);
|
||||
border: solid var(--dark-2) 2px;
|
||||
|
@ -216,4 +212,14 @@ img.dark {
|
|||
pre {
|
||||
white-space: pre-wrap;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.pfp-wrapper {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
margin-right: 15px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue