UI fixes
This commit is contained in:
parent
bd73d0e136
commit
a063ecbdb2
4 changed files with 29 additions and 13 deletions
|
@ -19,6 +19,12 @@ body {
|
|||
flex-direction: column
|
||||
}
|
||||
|
||||
.flex-row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
body {
|
||||
align-items: center;
|
||||
overflow-x: hidden;
|
||||
|
@ -163,7 +169,8 @@ body {
|
|||
}
|
||||
|
||||
.progressbar,
|
||||
.progressbar-div {
|
||||
.progressbar-div,
|
||||
.avatar-img {
|
||||
border-radius: var(--border-radius)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue