mirror of
https://github.com/danog/telegram-tt.git
synced 2025-01-22 05:11:55 +01:00
Message List: Fix inaccurate sending animation
This commit is contained in:
parent
401d700409
commit
2ac90ad21c
@ -56,14 +56,14 @@
|
||||
margin-bottom: 0;
|
||||
|
||||
.last-in-list {
|
||||
margin-bottom: 5.6875rem;
|
||||
|
||||
&.ActionMessage {
|
||||
padding-bottom: 0.0625rem;
|
||||
}
|
||||
margin-bottom: 5.625rem;
|
||||
|
||||
@media (max-width: 600px) {
|
||||
margin-bottom: 4.3125rem;
|
||||
margin-bottom: 4.25rem;
|
||||
}
|
||||
|
||||
&.ActionMessage {
|
||||
padding-bottom: 0.125rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -90,8 +90,8 @@
|
||||
&::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: -0.3125rem;
|
||||
bottom: -0.3125rem;
|
||||
top: -0.1875rem;
|
||||
bottom: -0.1875rem;
|
||||
left: -50vw;
|
||||
right: -50vw;
|
||||
background: black;
|
||||
|
@ -46,8 +46,9 @@
|
||||
}
|
||||
|
||||
&.last-in-list {
|
||||
// Forcing extra space which is taken by the appendix and causes incorrect container height calculation
|
||||
margin-bottom: 0.4375rem;
|
||||
// Forcing extra space which is taken by the appendix and causes incorrect container height calculation.
|
||||
// This value is accurately crafted as a minimum possible.
|
||||
margin-bottom: 0.375rem;
|
||||
}
|
||||
|
||||
&.is-in-selection-mode {
|
||||
|
@ -182,10 +182,11 @@
|
||||
}
|
||||
|
||||
.svg-appendix {
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
bottom: -.1875rem;
|
||||
bottom: -.0875rem;
|
||||
width: .5625rem;
|
||||
height: 1.25rem;
|
||||
height: 1.125rem;
|
||||
|
||||
.corner {
|
||||
fill: var(--background-color);
|
||||
|
Loading…
x
Reference in New Issue
Block a user