fix code style, use names from api instead of hardcoding for flatmates users
This commit is contained in:
@@ -1,22 +1,21 @@
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
padding-right: 25px;
|
||||
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
padding-right: 25px;
|
||||
}
|
||||
|
||||
img {
|
||||
height: 100px;
|
||||
scale: 130%;
|
||||
object-fit: cover;
|
||||
height: 100px;
|
||||
scale: 130%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.textContainer {
|
||||
font-size: 16pt;
|
||||
font-weight: bold;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font-size: 16pt;
|
||||
font-weight: bold;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.divider {
|
||||
|
||||
Reference in New Issue
Block a user