Added pull to refresh / PullToRefresher in StatusList for timelines

• Added:
- pull to refresh / PullToRefresher in StatusList for timelines
- styles for pull to refresh module in PullToRefresher component
This commit is contained in:
mgabdev
2020-11-04 21:33:58 -06:00
parent 2d6cfeedeb
commit 26bb93c7c4
2 changed files with 45 additions and 13 deletions

View File

@@ -932,6 +932,27 @@ pre {
appearance: none;
}
:global(.ptr--ptr) {
background-color: var(--solid_color_block) !important;
border-bottom: 1px solid var(--border_color_secondary) !important;
}
:global(.ptr--ptr.ptr--refresh) {
min-height: 110px !important;
}
:global(.ptr--ptr.ptr--pull.ptr--release) {
padding-top: 15px !important;
padding-bottom: 5px !important;
min-height: 110px;
box-shadow: none !important;
}
:global(.ptr--icon) {
font-size: var(--fs_m) !important;
color: var(--text_color_secondary) !important;
}
:global(.emojione) {
margin: -3px 0 0;
height: 20px;