prettier
This commit is contained in:
parent
5307e9337f
commit
8c5c4200ec
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue