new PC init commit
This commit is contained in:
parent
e0e9296dd0
commit
fa9e5e58eb
@ -204,6 +204,11 @@ export default class AppIncludedChatsTab implements SliderTab {
|
||||
(categories.querySelector(`[data-peerID="${flag}"]`) as HTMLElement).click();
|
||||
}
|
||||
}
|
||||
|
||||
// ! потому что onOpen срабатывает раньше, чем блок отрисовывается, и высоты нет
|
||||
setTimeout(() => {
|
||||
this.selector.selectedScrollable.scrollTo(this.selector.selectedScrollable.scrollHeight, 'top', false, true);
|
||||
}, 0);
|
||||
}
|
||||
|
||||
onSelectChange = (length: number) => {
|
||||
|
@ -559,6 +559,7 @@
|
||||
avatar-element {
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
font-size: .875rem;
|
||||
}
|
||||
|
||||
.user-caption {
|
||||
@ -574,7 +575,7 @@
|
||||
width: 100%;
|
||||
|
||||
.checkbox {
|
||||
margin-top: -9px !important;;
|
||||
margin-top: -9px !important;
|
||||
right: 0;
|
||||
position: absolute;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user