mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 03:09:29 +08:00
HACK: Reduce icon jitter while scrolling with composer open in iOS
This commit is contained in:
parent
b2a12de8a1
commit
5307e9337f
|
@ -127,6 +127,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.d-editor-button-bar .btn {
|
.d-editor-button-bar .btn {
|
||||||
|
svg {
|
||||||
|
-webkit-transform: translate3d(0,0,0); // Hack: Reduces composer icon jitter while scrolling in Safari on iOS12
|
||||||
|
}
|
||||||
@media all and (max-width: 350px) {
|
@media all and (max-width: 350px) {
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user