mirror of
https://github.com/discourse/discourse.git
synced 2025-04-03 05:39:41 +08:00
prettier
This commit is contained in:
parent
5307e9337f
commit
8c5c4200ec
@ -128,7 +128,11 @@
|
|||||||
|
|
||||||
.d-editor-button-bar .btn {
|
.d-editor-button-bar .btn {
|
||||||
svg {
|
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) {
|
@media all and (max-width: 350px) {
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user