Smaller margin for endGame message
[vchess.git] / client / src / views / MyGames.vue
index ea9b49d..10ec0c2 100644 (file)
@@ -392,16 +392,13 @@ export default {
 };
 </script>
 
-<style lang="sass">
+<style lang="sass" scoped>
 .active
   color: #42a983
 
 .tabbtn
   background-color: #f9faee
 
-table.game-list
-  max-height: 100%
-
 button#loadMoreBtn
   display: block
   margin: 0 auto
@@ -409,3 +406,9 @@ button#loadMoreBtn
 .somethingnew
   background-color: #c5fefe !important
 </style>
+
+<!-- Not scoped because acting on GameList -->
+<style lang="sass">
+table.game-list
+  max-height: 100%
+</style>