TODO: fix draw logic
[vchess.git] / client / src / components / MoveList.vue
index 1209dd9..28d0d00 100644 (file)
@@ -58,6 +58,14 @@ export default {
 <style lang="sass" scoped>
 .moves-list
   min-width: 250px
+@media screen and (max-width: 767px)
+  .moves-list
+    tr
+      display: flex
+      margin: 0
+      padding: 0
+      td
+        text-align: left
 td.highlight-lm
   background-color: plum
 </style>