Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Jan 18, 2019
1 parent 5307e93 commit 8c5c420
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/assets/stylesheets/mobile/compose.scss
Expand Up @@ -128,7 +128,11 @@

.d-editor-button-bar .btn {
svg {
-webkit-transform: translate3d(0,0,0); // Hack: Reduces composer icon jitter while scrolling in Safari on iOS12
-webkit-transform: translate3d(
0,
0,
0
); // Hack: Reduces composer icon jitter while scrolling in Safari on iOS12
}
@media all and (max-width: 350px) {
padding: 2px 4px;
Expand Down

0 comments on commit 8c5c420

Please sign in to comment.