mirror of
https://github.com/danog/telegram-tt.git
synced 2025-01-22 05:11:55 +01:00
List Item: Adjust divider colors on iOS and Android
This commit is contained in:
parent
8ca081ee54
commit
717cca6435
@ -21,9 +21,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
body.is-ios &, body.is-android & {
|
||||
// Using half-pixel height is efficient on iOS but not supported on Android, so `transform` is used instead
|
||||
body.is-android & {
|
||||
&:not(:last-of-type)::after {
|
||||
transform: scaleY(0.5);
|
||||
height: 0.0625rem;
|
||||
transform: scaleY(0.25);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user