mirror of
https://github.com/danog/telegram-tt.git
synced 2024-12-12 00:59:52 +01:00
Workaround for a disconnected worker on iOS
This commit is contained in:
parent
56653628a6
commit
06117edb92
@ -1,7 +1,7 @@
|
|||||||
.ListItem {
|
.ListItem {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
body.is-ios, body.is-android {
|
body.is-ios &, body.is-android & {
|
||||||
&:not(:last-of-type)::after {
|
&:not(:last-of-type)::after {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user