pleroma-fe/src/components/chat_new/chat_new.scss

27 lines
371 B
SCSS
Raw Normal View History

2020-05-07 13:10:53 +00:00
.chat-new {
.input-wrap {
display: flex;
2023-01-09 18:02:16 +00:00
margin: 0.7em 0.5em;
2020-05-07 13:10:53 +00:00
input {
width: 100%;
}
}
.search-icon {
2020-05-07 13:10:53 +00:00
margin-right: 0.3em;
}
.member-list {
padding-bottom: 0.7rem;
2020-05-07 13:10:53 +00:00
}
.go-back-button {
text-align: center;
2022-04-20 20:22:51 +00:00
line-height: 1;
height: 100%;
align-self: start;
width: var(--__panel-heading-height-inner);
2020-05-07 13:10:53 +00:00
}
}