Group some styles in variant.sass
[vchess.git] / public / javascripts / components / game.js
index 17f3b18..587587f 100644 (file)
@@ -371,7 +371,7 @@ Vue.component('my-game', {
                                                        attrs: { "aria-label": 'Undo' },
                                                        "class": {
                                                                "small": smallScreen,
-                                                               "marginleft": true,
+                                                               "spaceleft": true,
                                                        },
                                                },
                                                [h('i', { 'class': { "material-icons": true } }, "fast_rewind")]),
@@ -395,7 +395,7 @@ Vue.component('my-game', {
                                                        attrs: { "aria-label": 'Undo' },
                                                        "class": {
                                                                "small": smallScreen,
-                                                               "marginleft": true,
+                                                               "spaceleft": true,
                                                        },
                                                },
                                                [h('i', { 'class': { "material-icons": true } }, "undo")]