33 lines
460 B
Plaintext
33 lines
460 B
Plaintext
|
|
|
|
.container {
|
|
height: 100vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.list {
|
|
:global {
|
|
.t-list-item__meta {
|
|
|
|
&-avatar {
|
|
width: auto !important;
|
|
height: auto !important;
|
|
background: transparent;
|
|
border-radius: unset;
|
|
}
|
|
&-title {
|
|
margin: 0 !important;
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.noData {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
align-items: center;
|
|
justify-content: center;
|
|
} |