session-desktop/stylesheets/_mentions.scss
Audric Ackermann 242d51ca8d
Id blinding + onionv4 + new endpoints for sogs and fileserver (#2347)
* Added Onionv4 support to file server, sogs and pn server
* Added blinded message support
* Updated endpoints for sogs and file server to remove legacy ones
2022-08-08 09:50:48 +10:00

31 lines
524 B
SCSS

// used for the list after adding a `@` in the compose text input
.contact-selection-list {
max-height: 240px;
overflow-y: auto;
margin: 4px;
.check-mark {
float: right;
text-align: center;
color: darkslategrey;
margin: 4px;
min-width: 20px;
}
}
.member-list-container {
margin: 0;
padding: 0;
max-height: 240px;
overflow-y: scroll;
.check-mark {
display: none;
}
}
.module-conversation-list-item--mentioned-us {
border-left: 4px solid $session-color-green !important;
}