tweb-i2p/src/scss/partials/_autocompletePeerHelper.scss
morethanwords b2e3683f93 Fix commands entities on sending
Fix emojis without FE0F for Apple's devices
Shortened autocomplete helpers
2021-05-29 16:06:55 +03:00

45 lines
837 B
SCSS

/*
* https://github.com/morethanwords/tweb
* Copyright (C) 2019-2021 Eduard Kuzmenko
* https://github.com/morethanwords/tweb/blob/master/LICENSE
*/
.autocomplete-peer-helper {
.scrollable {
position: relative;
max-height: 232px;
}
&-list {
padding: .5rem 0;
&-element {
height: 3.125rem;
display: flex;
// padding: 0 .75rem;
padding: 0 2.125rem 0px 0.75rem;
align-items: center;
cursor: pointer;
user-select: none;
position: relative;
line-height: var(--line-height);
@include hover();
&-name {
margin-left: .875rem;
font-weight: 500;
}
&-description {
margin-left: .5625rem;
color: var(--secondary-text-color);
}
}
}
}
/* .mentions-helper {
width: 320px !important;
} */