mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-05-04 04:39:30 +08:00
31 lines
499 B
SCSS
31 lines
499 B
SCSS
.chat-new {
|
|
.input-wrap {
|
|
display: flex;
|
|
margin: 0.7em 0.5em 0.7em 0.5em;
|
|
|
|
input {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.search-icon {
|
|
margin-right: 0.3em;
|
|
}
|
|
|
|
.member-list {
|
|
padding-bottom: 0.7rem;
|
|
}
|
|
|
|
.basic-user-card:hover {
|
|
cursor: pointer;
|
|
background-color: var(--selectedPost, $fallback--lightBg);
|
|
}
|
|
|
|
.go-back-button {
|
|
text-align: center;
|
|
line-height: 1;
|
|
height: 100%;
|
|
align-self: start;
|
|
width: var(--__panel-heading-height-inner);
|
|
}
|
|
}
|