mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
21 lines
469 B
SCSS
21 lines
469 B
SCSS
.list {
|
|
width: 400px;
|
|
max-width: 100%;
|
|
max-height: 360px;
|
|
overflow-y: scroll;
|
|
|
|
// ! FIXME: very temporary code
|
|
> label {
|
|
> span {
|
|
align-items: flex-start !important;
|
|
> span {
|
|
display: flex;
|
|
padding: 4px;
|
|
flex-direction: row;
|
|
gap: 10px;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
}
|
|
}
|
|
} |